#DE3DB6

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

Shades of Razzle Dazzle Rose #DE3DB6

Tints of Razzle Dazzle Rose #DE3DB6

Color information

#DE3DB6 (or 0xDE3DB6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 3D and B6. RGB value is (222,61,182). Sum of RGB (Red+Green+Blue) = 222+61+182=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE3DB6 is #21C249. Grayscale: #7A7A7A. Windows color (decimal): -2212426 or 11943390. OLE color: 11943390.

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

Color convert

RGB22261182-
CMYK00.730.180.13
HSL314.91º70.93%55.49%-
HSV(B)314.91º72.52%87.06%-
XYZ40.2422.2446.43-
YUV122.93161.34198.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 182 (71.48% from 255) = 39.14%
R=47.74%
G=13.12%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226118200.730.180.13314.9170.9355.49
HexDE3DB604912D13b4737
Octal336752660111221547310767
Binary1101111011110110110110010010011001011011001110111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3DB6; }

 p { color: rgb(222,61,182); }

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

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

 a { background-color: rgb(222,61,182); }

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

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

 span { border-color: rgb(222,61,182); }

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