#DB9CBA

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

Shades of Shocking #DB9CBA

Tints of Shocking #DB9CBA

Color information

#DB9CBA (or 0xDB9CBA) is unknown color: approx Shocking. HEX triplet: DB, 9C and BA. RGB value is (219,156,186). Sum of RGB (Red+Green+Blue) = 219+156+186=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CBA is #246345. Grayscale: #B2B2B2. Windows color (decimal): -2384710 or 12229851. OLE color: 12229851.

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

Color convert

RGB219156186-
CMYK00.290.150.14
HSL331.43º46.67%73.53%-
HSV(B)331.43º28.77%85.88%-
XYZ49.9642.3852-
YUV178.26132.37157.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=39.04%
G=27.81%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915618600.290.150.14331.4346.6773.53
HexDB9CBA01DFE14b2f4a
Octal333234272035171651357112
Binary110110111001110010111010011101111111101010010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CBA; }

 p { color: rgb(219,156,186); }

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

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

 a { background-color: rgb(219,156,186); }

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

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

 span { border-color: rgb(219,156,186); }

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