#DE31DA

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

Shades of Razzle Dazzle Rose #DE31DA

Tints of Razzle Dazzle Rose #DE31DA

Color information

#DE31DA (or 0xDE31DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 31 and DA. RGB value is (222,49,218). Sum of RGB (Red+Green+Blue) = 222+49+218=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DE31DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE31DA is #21CE25. Grayscale: #777777. Windows color (decimal): -2215462 or 14299614. OLE color: 14299614.

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

Color convert

RGB22249218-
CMYK00.780.020.13
HSL301.39º72.38%53.14%-
HSV(B)301.39º77.93%87.06%-
XYZ43.8822.7968.42-
YUV119.99183.31200.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.40%
GREEN value IS 49 (19.53% from 255) = 10.02%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=45.40%
G=10.02%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224921800.780.020.13301.3972.3853.14
HexDE31DA04E2D12d4835
Octal33661332011621545511065
Binary1101111011000111011010010011101011011001011011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE31DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE31DA; }

 p { color: rgb(222,49,218); }

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

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

 a { background-color: rgb(222,49,218); }

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

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

 span { border-color: rgb(222,49,218); }

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