#DB9DCA

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

Shades of Shocking #DB9DCA

Tints of Shocking #DB9DCA

Color information

#DB9DCA (or 0xDB9DCA) is unknown color: approx Shocking. HEX triplet: DB, 9D and CA. RGB value is (219,157,202). Sum of RGB (Red+Green+Blue) = 219+157+202=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DCA is #246235. Grayscale: #B4B4B4. Windows color (decimal): -2384438 or 13278683. OLE color: 13278683.

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

Color convert

RGB219157202-
CMYK00.280.080.14
HSL316.45º46.27%73.73%-
HSV(B)316.45º28.31%85.88%-
XYZ51.9343.4461.52-
YUV180.67140.04155.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 157 (61.72% from 255) = 27.16%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=37.89%
G=27.16%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915720200.280.080.14316.4546.2773.73
HexDB9DCA01C8E13c2e4a
Octal333235312034101647456112
Binary110110111001110111001010011100100011101001111001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DCA; }

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

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

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

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

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

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

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

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