#DB9DC0

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

Shades of Shocking #DB9DC0

Tints of Shocking #DB9DC0

Color information

#DB9DC0 (or 0xDB9DC0) is unknown color: approx Shocking. HEX triplet: DB, 9D and C0. RGB value is (219,157,192). Sum of RGB (Red+Green+Blue) = 219+157+192=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DC0 is #24623F. Grayscale: #B3B3B3. Windows color (decimal): -2384448 or 12623323. OLE color: 12623323.

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

Color convert

RGB219157192-
CMYK00.280.120.14
HSL326.13º46.27%73.73%-
HSV(B)326.13º28.31%85.88%-
XYZ50.7842.9855.49-
YUV179.53135.04156.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=38.56%
G=27.64%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915719200.280.120.14326.1346.2773.73
HexDB9DC001CCE1462e4a
Octal333235300034141650656112
Binary110110111001110111000000011100110011101010001101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DC0; }

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

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

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

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

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

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

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

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