#DB9ABC

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

Shades of Shocking #DB9ABC

Tints of Shocking #DB9ABC

Color information

#DB9ABC (or 0xDB9ABC) is unknown color: approx Shocking. HEX triplet: DB, 9A and BC. RGB value is (219,154,188). Sum of RGB (Red+Green+Blue) = 219+154+188=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ABC is #246543. Grayscale: #B1B1B1. Windows color (decimal): -2385220 or 12360411. OLE color: 12360411.

HSL color Cylindrical-coordinate representation of color #DB9ABC: hue angle of 328.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9ABC is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219154188-
CMYK00.300.140.14
HSL328.62º47.45%73.14%-
HSV(B)328.62º29.68%85.88%-
XYZ49.8541.853.02-
YUV177.31134.03157.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=39.04%
G=27.45%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915418800.300.140.14328.6247.4573.14
HexDB9ABC01EEE1492f49
Octal333232274036161651157111
Binary110110111001101010111100011110111011101010010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9ABC; }

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

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

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

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

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

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

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

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