#DF9DBE

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

Shades of Shocking #DF9DBE

Tints of Shocking #DF9DBE

Color information

#DF9DBE (or 0xDF9DBE) is unknown color: approx Shocking. HEX triplet: DF, 9D and BE. RGB value is (223,157,190). Sum of RGB (Red+Green+Blue) = 223+157+190=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DBE is #206241. Grayscale: #B4B4B4. Windows color (decimal): -2122306 or 12492255. OLE color: 12492255.

HSL color Cylindrical-coordinate representation of color #DF9DBE: hue angle of 330º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DBE is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223157190-
CMYK00.300.150.13
HSL330º50.77%74.51%-
HSV(B)330º29.6%87.45%-
XYZ51.7843.5254.39-
YUV180.5133.37158.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=39.12%
G=27.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315719000.300.150.1333050.7774.51
HexDF9DBE01EFD14a334b
Octal337235276036171551263113
Binary110111111001110110111110011110111111011010010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DBE; }

 p { color: rgb(223,157,190); }

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

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

 a { background-color: rgb(223,157,190); }

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

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

 span { border-color: rgb(223,157,190); }

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