#DE95BD

Color #DE95BD Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #DE95BD

Tints of Shocking #DE95BD

Color information

#DE95BD (or 0xDE95BD) is unknown color: approx Shocking. HEX triplet: DE, 95 and BD. RGB value is (222,149,189). Sum of RGB (Red+Green+Blue) = 222+149+189=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95BD is #216A42. Grayscale: #AFAFAF. Windows color (decimal): -2189891 or 12424670. OLE color: 12424670.

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

Color convert

RGB222149189-
CMYK00.330.150.13
HSL327.12º52.52%72.75%-
HSV(B)327.12º32.88%87.06%-
XYZ50.0640.753.36-
YUV175.39135.68161.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.64%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=39.64%
G=26.61%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214918900.330.150.13327.1252.5272.75
HexDE95BD021FD1473549
Octal336225275041171550765111
Binary1101111010010101101111010100001111111011010001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE95BD; }

 p { color: rgb(222,149,189); }

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

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

 a { background-color: rgb(222,149,189); }

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

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

 span { border-color: rgb(222,149,189); }

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