#DB98BB

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

Shades of Shocking #DB98BB

Tints of Shocking #DB98BB

Color information

#DB98BB (or 0xDB98BB) is unknown color: approx Shocking. HEX triplet: DB, 98 and BB. RGB value is (219,152,187). Sum of RGB (Red+Green+Blue) = 219+152+187=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98BB is #246744. Grayscale: #AFAFAF. Windows color (decimal): -2385733 or 12294363. OLE color: 12294363.

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

Color convert

RGB219152187-
CMYK00.310.150.14
HSL328.66º48.2%72.75%-
HSV(B)328.66º30.59%85.88%-
XYZ49.4141.152.34-
YUV176.02134.2158.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 152 (59.77% from 255) = 27.24%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=39.25%
G=27.24%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915218700.310.150.14328.6648.272.75
HexDB98BB01FFE1493049
Octal333230273037171651160111
Binary110110111001100010111011011111111111101010010011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98BB; }

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

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

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

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

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

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

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

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