#DF98BB

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

Shades of Shocking #DF98BB

Tints of Shocking #DF98BB

Color information

#DF98BB (or 0xDF98BB) is unknown color: approx Shocking. HEX triplet: DF, 98 and BB. RGB value is (223,152,187). Sum of RGB (Red+Green+Blue) = 223+152+187=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98BB is #206744. Grayscale: #B1B1B1. Windows color (decimal): -2123589 or 12294367. OLE color: 12294367.

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

Color convert

RGB223152187-
CMYK00.320.160.13
HSL330.42º52.59%73.53%-
HSV(B)330.42º31.84%87.45%-
XYZ50.6341.7352.4-
YUV177.22133.52160.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=39.68%
G=27.05%
B=33.27%

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
Decimal22315218700.320.160.13330.4252.5973.53
HexDF98BB02010D14a354a
Octal337230273040201551265112
Binary11011111100110001011101101000001000011011010010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98BB; }

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

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

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

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

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

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

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

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