#DB9DBB

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

Shades of Shocking #DB9DBB

Tints of Shocking #DB9DBB

Color information

#DB9DBB (or 0xDB9DBB) is unknown color: approx Shocking. HEX triplet: DB, 9D and BB. RGB value is (219,157,187). Sum of RGB (Red+Green+Blue) = 219+157+187=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DBB is #246244. Grayscale: #B2B2B2. Windows color (decimal): -2384453 or 12295643. OLE color: 12295643.

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

Color convert

RGB219157187-
CMYK00.280.150.14
HSL330.97º46.27%73.73%-
HSV(B)330.97º28.31%85.88%-
XYZ50.2442.7652.62-
YUV178.96132.54156.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=38.90%
G=27.89%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915718700.280.150.14330.9746.2773.73
HexDB9DBB01CFE14b2e4a
Octal333235273034171651356112
Binary110110111001110110111011011100111111101010010111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DBB; }

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

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

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

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

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

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

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

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