#DE35D0

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

Shades of Razzle Dazzle Rose #DE35D0

Tints of Razzle Dazzle Rose #DE35D0

Color information

#DE35D0 (or 0xDE35D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 35 and D0. RGB value is (222,53,208). Sum of RGB (Red+Green+Blue) = 222+53+208=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DE35D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE35D0 is #21CA2F. Grayscale: #787878. Windows color (decimal): -2214448 or 13645278. OLE color: 13645278.

HSL color Cylindrical-coordinate representation of color #DE35D0: hue angle of 304.97º 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 #DE35D0 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB22253208-
CMYK00.760.060.13
HSL304.97º71.91%53.92%-
HSV(B)304.97º76.13%87.06%-
XYZ42.7822.6361.79-
YUV121.2176.99199.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 53 (21.09% from 255) = 10.97%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=45.96%
G=10.97%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225320800.760.060.13304.9771.9153.92
HexDE35D004C6D1314836
Octal33665320011461546111066
Binary11011110110101110100000100110011011011001100011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE35D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE35D0; }

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

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

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

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

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

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

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

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