#DB98C8

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

Shades of Shocking #DB98C8

Tints of Shocking #DB98C8

Color information

#DB98C8 (or 0xDB98C8) is unknown color: approx Shocking. HEX triplet: DB, 98 and C8. RGB value is (219,152,200). Sum of RGB (Red+Green+Blue) = 219+152+200=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98C8 is #246737. Grayscale: #B1B1B1. Windows color (decimal): -2385720 or 13146331. OLE color: 13146331.

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

Color convert

RGB219152200-
CMYK00.310.090.14
HSL317.01º48.2%72.75%-
HSV(B)317.01º30.59%85.88%-
XYZ50.8741.6960.01-
YUV177.5140.7157.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 152 (59.77% from 255) = 26.62%
BLUE value IS 200 (78.52% from 255) = 35.03%
R=38.35%
G=26.62%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915220000.310.090.14317.0148.272.75
HexDB98C801F9E13d3049
Octal333230310037111647560111
Binary110110111001100011001000011111100111101001111011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98C8; }

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

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

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

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

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

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

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

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