#DE31BA

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

Shades of Razzle Dazzle Rose #DE31BA

Tints of Razzle Dazzle Rose #DE31BA

Color information

#DE31BA (or 0xDE31BA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: DE, 31 and BA. RGB value is (222,49,186). Sum of RGB (Red+Green+Blue) = 222+49+186=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE31BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE31BA is #21CE45. Grayscale: #737373. Windows color (decimal): -2215494 or 12202462. OLE color: 12202462.

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

Color convert

RGB22249186-
CMYK00.780.160.13
HSL312.49º72.38%53.14%-
HSV(B)312.49º77.93%87.06%-
XYZ40.0921.2748.45-
YUV116.34167.31203.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 49 (19.53% from 255) = 10.72%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=48.58%
G=10.72%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224918600.780.160.13312.4972.3853.14
HexDE31BA04E10D1384835
Octal336612720116201547011065
Binary1101111011000110111010010011101000011011001110001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE31BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE31BA; }

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

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

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

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

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

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

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

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