#DE31B8

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

Shades of Razzle Dazzle Rose #DE31B8

Tints of Razzle Dazzle Rose #DE31B8

Color information

#DE31B8 (or 0xDE31B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 31 and B8. RGB value is (222,49,184). Sum of RGB (Red+Green+Blue) = 222+49+184=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE31B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE31B8 is #21CE47. Grayscale: #737373. Windows color (decimal): -2215496 or 12071390. OLE color: 12071390.

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

Color convert

RGB22249184-
CMYK00.780.170.13
HSL313.18º72.38%53.14%-
HSV(B)313.18º77.93%87.06%-
XYZ39.8721.1947.34-
YUV116.12166.31203.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 49 (19.53% from 255) = 10.77%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=48.79%
G=10.77%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224918400.780.170.13313.1872.3853.14
HexDE31B804E11D1394835
Octal336612700116211547111065
Binary1101111011000110111000010011101000111011001110011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE31B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE31B8; }

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

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

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

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

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

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

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

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