#db9bc6

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

Shades of Shocking #DB9BC6

Tints of Shocking #DB9BC6

Color information

#DB9BC6 (or 0xDB9BC6) is unknown color: approx Shocking. HEX triplet: DB, 9B and C6. RGB value is (219,155,198). Sum of RGB (Red+Green+Blue) = 219+155+198=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BC6 is #246439. Grayscale: #B2B2B2. Windows color (decimal): -2384954 or 13016027. OLE color: 13016027.

HSL color Cylindrical-coordinate representation of color #DB9BC6: hue angle of 319.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BC6 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219155198-
CMYK00.290.100.14
HSL319.69º47.06%73.33%-
HSV(B)319.69º29.22%85.88%-
XYZ51.1342.5858.95-
YUV179.04138.7156.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 198 (77.73% from 255) = 34.62%
R=38.29%
G=27.10%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915519800.290.100.14319.6947.0673.33
HexDB9BC601DAE1402f49
Octal333233306035121650057111
Binary110110111001101111000110011101101011101010000001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db9bc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db9bc6; }

 p { color: rgb(219,155,198); }

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

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

 a { background-color: rgb(219,155,198); }

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

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

 span { border-color: rgb(219,155,198); }

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