#DB9CCA

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

Shades of Shocking #DB9CCA

Tints of Shocking #DB9CCA

Color information

#DB9CCA (or 0xDB9CCA) is unknown color: approx Shocking. HEX triplet: DB, 9C and CA. RGB value is (219,156,202). Sum of RGB (Red+Green+Blue) = 219+156+202=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CCA is #246335. Grayscale: #B3B3B3. Windows color (decimal): -2384694 or 13278427. OLE color: 13278427.

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

Color convert

RGB219156202-
CMYK00.290.080.14
HSL316.19º46.67%73.53%-
HSV(B)316.19º28.77%85.88%-
XYZ51.7643.161.47-
YUV180.08140.37155.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=37.95%
G=27.04%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915620200.290.080.14316.1946.6773.53
HexDB9CCA01D8E13c2f4a
Octal333234312035101647457112
Binary110110111001110011001010011101100011101001111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CCA; }

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

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

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

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

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

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

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

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