#DE31B9

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

Shades of Razzle Dazzle Rose #DE31B9

Tints of Razzle Dazzle Rose #DE31B9

Color information

#DE31B9 (or 0xDE31B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 31 and B9. RGB value is (222,49,185). Sum of RGB (Red+Green+Blue) = 222+49+185=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE31B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE31B9 is #21CE46. Grayscale: #737373. Windows color (decimal): -2215495 or 12136926. OLE color: 12136926.

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

Color convert

RGB22249185-
CMYK00.780.170.13
HSL312.83º72.38%53.14%-
HSV(B)312.83º77.93%87.06%-
XYZ39.9821.2347.89-
YUV116.23166.81203.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 49 (19.53% from 255) = 10.75%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=48.68%
G=10.75%
B=40.57%

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
Decimal2224918500.780.170.13312.8372.3853.14
HexDE31B904E11D1394835
Octal336612710116211547111065
Binary1101111011000110111001010011101000111011001110011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE31B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE31B9; }

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

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

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

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

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

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

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

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