#DC25CA

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

Shades of Razzle Dazzle Rose #DC25CA

Tints of Razzle Dazzle Rose #DC25CA

Color information

#DC25CA (or 0xDC25CA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 25 and CA. RGB value is (220,37,202). Sum of RGB (Red+Green+Blue) = 220+37+202=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25CA is #23DA35. Grayscale: #6E6E6E. Windows color (decimal): -2349622 or 13247964. OLE color: 13247964.

HSL color Cylindrical-coordinate representation of color #DC25CA: hue angle of 305.9º 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 #DC25CA is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB22037202-
CMYK00.830.080.14
HSL305.9º72.33%50.39%-
HSV(B)305.9º83.18%86.27%-
XYZ40.8420.857.74-
YUV110.53179.63206.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 37 (14.84% from 255) = 8.06%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=47.93%
G=8.06%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203720200.830.080.14305.972.3350.39
HexDC25CA0538E1324832
Octal334453120123101646211062
Binary110111001001011100101001010011100011101001100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC25CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC25CA; }

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

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

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

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

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

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

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

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