#DB8BBB

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

Shades of Shocking #DB8BBB

Tints of Shocking #DB8BBB

Color information

#DB8BBB (or 0xDB8BBB) is unknown color: approx Shocking. HEX triplet: DB, 8B and BB. RGB value is (219,139,187). Sum of RGB (Red+Green+Blue) = 219+139+187=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BBB is #247444. Grayscale: #A8A8A8. Windows color (decimal): -2389061 or 12291035. OLE color: 12291035.

HSL color Cylindrical-coordinate representation of color #DB8BBB: hue angle of 324º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BBB is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219139187-
CMYK00.370.150.14
HSL324º52.63%70.2%-
HSV(B)324º36.53%85.88%-
XYZ47.4237.1151.68-
YUV168.39138.5164.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 187 (73.44% from 255) = 34.31%
R=40.18%
G=25.50%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913918700.370.150.1432452.6370.2
HexDB8BBB025FE1443546
Octal333213273045171650465106
Binary1101101110001011101110110100101111111101010001001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BBB; }

 p { color: rgb(219,139,187); }

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

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

 a { background-color: rgb(219,139,187); }

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

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

 span { border-color: rgb(219,139,187); }

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