#DB9DC3

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

Shades of Shocking #DB9DC3

Tints of Shocking #DB9DC3

Color information

#DB9DC3 (or 0xDB9DC3) is unknown color: approx Shocking. HEX triplet: DB, 9D and C3. RGB value is (219,157,195). Sum of RGB (Red+Green+Blue) = 219+157+195=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 157 (61.72% from 255 or 27.50% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DC3 is #24623C. Grayscale: #B3B3B3. Windows color (decimal): -2384445 or 12819931. OLE color: 12819931.

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

Color convert

RGB219157195-
CMYK00.280.110.14
HSL323.23º46.27%73.73%-
HSV(B)323.23º28.31%85.88%-
XYZ51.1243.1157.26-
YUV179.87136.54155.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 157 (61.72% from 255) = 27.50%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=38.35%
G=27.50%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915719500.280.110.14323.2346.2773.73
HexDB9DC301CBE1432e4a
Octal333235303034131650356112
Binary110110111001110111000011011100101111101010000111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DC3; }

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

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

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

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

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

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

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

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