#DC25CB

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

Shades of Razzle Dazzle Rose #DC25CB

Tints of Razzle Dazzle Rose #DC25CB

Color information

#DC25CB (or 0xDC25CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DC, 25 and CB. RGB value is (220,37,203). Sum of RGB (Red+Green+Blue) = 220+37+203=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 37 (14.84% from 255 or 8.04% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25CB is #23DA34. Grayscale: #6E6E6E. Windows color (decimal): -2349621 or 13313500. OLE color: 13313500.

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

Color convert

RGB22037203-
CMYK00.830.080.14
HSL305.57º72.33%50.39%-
HSV(B)305.57º83.18%86.27%-
XYZ40.9620.8558.37-
YUV110.64180.13206-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 37 (14.84% from 255) = 8.04%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=47.83%
G=8.04%
B=44.13%

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
Decimal2203720300.830.080.14305.5772.3350.39
HexDC25CB0538E1324832
Octal334453130123101646211062
Binary110111001001011100101101010011100011101001100101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC25CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC25CB; }

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

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

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

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

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

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

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

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