#DB9FBC

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

Shades of Shocking #DB9FBC

Tints of Shocking #DB9FBC

Color information

#DB9FBC (or 0xDB9FBC) is unknown color: approx Shocking. HEX triplet: DB, 9F and BC. RGB value is (219,159,188). Sum of RGB (Red+Green+Blue) = 219+159+188=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FBC is #246043. Grayscale: #B4B4B4. Windows color (decimal): -2383940 or 12361691. OLE color: 12361691.

HSL color Cylindrical-coordinate representation of color #DB9FBC: hue angle of 331º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FBC is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219159188-
CMYK00.270.140.14
HSL331º45.45%74.12%-
HSV(B)331º27.4%85.88%-
XYZ50.6943.4953.3-
YUV180.25132.38155.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 159 (62.5% from 255) = 28.09%
BLUE value IS 188 (73.83% from 255) = 33.22%
R=38.69%
G=28.09%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915918800.270.140.1433145.4574.12
HexDB9FBC01BEE14b2d4a
Octal333237274033161651355112
Binary110110111001111110111100011011111011101010010111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9FBC; }

 p { color: rgb(219,159,188); }

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

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

 a { background-color: rgb(219,159,188); }

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

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

 span { border-color: rgb(219,159,188); }

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