#DE35CB

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

Shades of Razzle Dazzle Rose #DE35CB

Tints of Razzle Dazzle Rose #DE35CB

Color information

#DE35CB (or 0xDE35CB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 35 and CB. RGB value is (222,53,203). Sum of RGB (Red+Green+Blue) = 222+53+203=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE35CB is #21CA34. Grayscale: #787878. Windows color (decimal): -2214453 or 13317598. OLE color: 13317598.

HSL color Cylindrical-coordinate representation of color #DE35CB: hue angle of 306.75º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE35CB is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB22253203-
CMYK00.760.090.13
HSL306.75º71.91%53.92%-
HSV(B)306.75º76.13%87.06%-
XYZ42.1822.3958.6-
YUV120.63174.49200.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 53 (21.09% from 255) = 11.09%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=46.44%
G=11.09%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225320300.760.090.13306.7571.9153.92
HexDE35CB04C9D1334836
Octal336653130114111546311066
Binary110111101101011100101101001100100111011001100111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE35CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE35CB; }

 p { color: rgb(222,53,203); }

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

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

 a { background-color: rgb(222,53,203); }

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

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

 span { border-color: rgb(222,53,203); }

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