#DB98BE

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

Shades of Shocking #DB98BE

Tints of Shocking #DB98BE

Color information

#DB98BE (or 0xDB98BE) is unknown color: approx Shocking. HEX triplet: DB, 98 and BE. RGB value is (219,152,190). Sum of RGB (Red+Green+Blue) = 219+152+190=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 152 (59.77% from 255 or 27.09% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98BE is #246741. Grayscale: #B0B0B0. Windows color (decimal): -2385730 or 12490971. OLE color: 12490971.

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

Color convert

RGB219152190-
CMYK00.310.130.14
HSL325.97º48.2%72.75%-
HSV(B)325.97º30.59%85.88%-
XYZ49.7441.2354.05-
YUV176.36135.7158.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 152 (59.77% from 255) = 27.09%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=39.04%
G=27.09%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915219000.310.130.14325.9748.272.75
HexDB98BE01FDE1463049
Octal333230276037151650660111
Binary110110111001100010111110011111110111101010001101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98BE; }

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

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

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

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

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

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

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

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