#DB9BC2

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

Shades of Shocking #DB9BC2

Tints of Shocking #DB9BC2

Color information

#DB9BC2 (or 0xDB9BC2) is unknown color: approx Shocking. HEX triplet: DB, 9B and C2. RGB value is (219,155,194). Sum of RGB (Red+Green+Blue) = 219+155+194=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 194 (76.17% from 255 or 34.15% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BC2 is #24643D. Grayscale: #B2B2B2. Windows color (decimal): -2384958 or 12753883. OLE color: 12753883.

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

Color convert

RGB219155194-
CMYK00.290.110.14
HSL323.44º47.06%73.33%-
HSV(B)323.44º29.22%85.88%-
XYZ50.6742.456.55-
YUV178.58136.7156.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 155 (60.94% from 255) = 27.29%
BLUE value IS 194 (76.17% from 255) = 34.15%
R=38.56%
G=27.29%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915519400.290.110.14323.4447.0673.33
HexDB9BC201DBE1432f49
Octal333233302035131650357111
Binary110110111001101111000010011101101111101010000111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BC2; }

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

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

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

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

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

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

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

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