#DB9DC9

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

Shades of Shocking #DB9DC9

Tints of Shocking #DB9DC9

Color information

#DB9DC9 (or 0xDB9DC9) is unknown color: approx Shocking. HEX triplet: DB, 9D and C9. RGB value is (219,157,201). Sum of RGB (Red+Green+Blue) = 219+157+201=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DC9 is #246236. Grayscale: #B4B4B4. Windows color (decimal): -2384439 or 13213147. OLE color: 13213147.

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

Color convert

RGB219157201-
CMYK00.280.080.14
HSL317.42º46.27%73.73%-
HSV(B)317.42º28.31%85.88%-
XYZ51.8143.3960.9-
YUV180.55139.54155.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 157 (61.72% from 255) = 27.21%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=37.95%
G=27.21%
B=34.84%

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
Decimal21915720100.280.080.14317.4246.2773.73
HexDB9DC901C8E13d2e4a
Octal333235311034101647556112
Binary110110111001110111001001011100100011101001111011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DC9; }

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

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

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

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

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

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

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

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