#DE2AD6

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

Shades of Razzle Dazzle Rose #DE2AD6

Tints of Razzle Dazzle Rose #DE2AD6

Color information

#DE2AD6 (or 0xDE2AD6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 2A and D6. RGB value is (222,42,214). Sum of RGB (Red+Green+Blue) = 222+42+214=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2AD6 is #21D529. Grayscale: #727272. Windows color (decimal): -2217258 or 14035678. OLE color: 14035678.

HSL color Cylindrical-coordinate representation of color #DE2AD6: hue angle of 302.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2AD6 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB22242214-
CMYK00.810.040.13
HSL302.67º73.17%51.76%-
HSV(B)302.67º81.08%87.06%-
XYZ43.0922.0465.6-
YUV115.43183.63204.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 42 (16.80% from 255) = 8.79%
BLUE value IS 214 (83.98% from 255) = 44.77%
R=46.44%
G=8.79%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224221400.810.040.13302.6773.1751.76
HexDE2AD60514D12f4934
Octal33652326012141545711164
Binary11011110101010110101100101000110011011001011111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2AD6; }

 p { color: rgb(222,42,214); }

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

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

 a { background-color: rgb(222,42,214); }

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

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

 span { border-color: rgb(222,42,214); }

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