#DB9AC0

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

Shades of Shocking #DB9AC0

Tints of Shocking #DB9AC0

Color information

#DB9AC0 (or 0xDB9AC0) is unknown color: approx Shocking. HEX triplet: DB, 9A and C0. RGB value is (219,154,192). Sum of RGB (Red+Green+Blue) = 219+154+192=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AC0 is #24653F. Grayscale: #B1B1B1. Windows color (decimal): -2385216 or 12622555. OLE color: 12622555.

HSL color Cylindrical-coordinate representation of color #DB9AC0: hue angle of 324.92º 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 #DB9AC0 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219154192-
CMYK00.300.120.14
HSL324.92º47.45%73.14%-
HSV(B)324.92º29.68%85.88%-
XYZ50.2841.9855.32-
YUV177.77136.03157.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 154 (60.55% from 255) = 27.26%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=38.76%
G=27.26%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915419200.300.120.14324.9247.4573.14
HexDB9AC001ECE1452f49
Octal333232300036141650557111
Binary110110111001101011000000011110110011101010001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AC0; }

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

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

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

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

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

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

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

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