#DF97BB

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

Shades of Shocking #DF97BB

Tints of Shocking #DF97BB

Color information

#DF97BB (or 0xDF97BB) is unknown color: approx Shocking. HEX triplet: DF, 97 and BB. RGB value is (223,151,187). Sum of RGB (Red+Green+Blue) = 223+151+187=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 151 (59.38% from 255 or 26.92% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF97BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF97BB is #206844. Grayscale: #B0B0B0. Windows color (decimal): -2123845 or 12294111. OLE color: 12294111.

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

Color convert

RGB223151187-
CMYK00.320.160.13
HSL330º52.94%73.33%-
HSV(B)330º32.29%87.45%-
XYZ50.4741.4152.35-
YUV176.63133.85161.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 151 (59.38% from 255) = 26.92%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=39.75%
G=26.92%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315118700.320.160.1333052.9473.33
HexDF97BB02010D14a3549
Octal337227273040201551265111
Binary11011111100101111011101101000001000011011010010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97BB; }

 p { color: rgb(223,151,187); }

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

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

 a { background-color: rgb(223,151,187); }

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

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

 span { border-color: rgb(223,151,187); }

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