#DB9BC8

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

Shades of Shocking #DB9BC8

Tints of Shocking #DB9BC8

Color information

#DB9BC8 (or 0xDB9BC8) is unknown color: approx Shocking. HEX triplet: DB, 9B and C8. RGB value is (219,155,200). Sum of RGB (Red+Green+Blue) = 219+155+200=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BC8 is #246437. Grayscale: #B3B3B3. Windows color (decimal): -2384952 or 13147099. OLE color: 13147099.

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

Color convert

RGB219155200-
CMYK00.290.090.14
HSL317.81º47.06%73.33%-
HSV(B)317.81º29.22%85.88%-
XYZ51.3642.6760.17-
YUV179.27139.7156.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.15%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=38.15%
G=27.00%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915520000.290.090.14317.8147.0673.33
HexDB9BC801D9E13e2f49
Octal333233310035111647657111
Binary110110111001101111001000011101100111101001111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BC8; }

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

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

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

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

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

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

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

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