#DC25C6

Color #DC25C6 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #DC25C6

Tints of Razzle Dazzle Rose #DC25C6

Color information

#DC25C6 (or 0xDC25C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 25 and C6. RGB value is (220,37,198). Sum of RGB (Red+Green+Blue) = 220+37+198=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 37 (14.84% from 255 or 8.13% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25C6 is #23DA39. Grayscale: #6D6D6D. Windows color (decimal): -2349626 or 12985820. OLE color: 12985820.

HSL color Cylindrical-coordinate representation of color #DC25C6: hue angle of 307.21º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC25C6 is Cyan = 0, Magento = 0.83, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB22037198-
CMYK00.830.10.14
HSL307.21º72.33%50.39%-
HSV(B)307.21º83.18%86.27%-
XYZ40.3720.6255.28-
YUV110.07177.63206.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 37 (14.84% from 255) = 8.13%
BLUE value IS 198 (77.73% from 255) = 43.52%
R=48.35%
G=8.13%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203719800.830.10.14307.2172.3350.39
HexDC25C6053AE1334832
Octal334453060123121646311062
Binary110111001001011100011001010011101011101001100111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC25C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC25C6; }

 p { color: rgb(220,37,198); }

 H1.HeaderClassName
 {
   color: #DC25C6;
 }
 .AnyTagClassName
 {
   color: #DC25C6;
 }
</style>
background-color css

<style>
 a { background-color: #DC25C6; }

 a { background-color: rgb(220,37,198); }

 div.DivClassName
 {
   background-color: #DC25C6;
 }
 .BgClassName
 {
   background-color: #DC25C6;
 }
</style>
border-color css

<style>
 span { border-color: #DC25C6; }

 span { border-color: rgb(220,37,198); }

 td.TdClassName
 {
   border-color: #DC25C6;
 }
 .TagClassName
 {
   border-color: #DC25C6;
 }
</style>