#DB98C6

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

Shades of Shocking #DB98C6

Tints of Shocking #DB98C6

Color information

#DB98C6 (or 0xDB98C6) is unknown color: approx Shocking. HEX triplet: DB, 98 and C6. RGB value is (219,152,198). Sum of RGB (Red+Green+Blue) = 219+152+198=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98C6 is #246739. Grayscale: #B1B1B1. Windows color (decimal): -2385722 or 13015259. OLE color: 13015259.

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

Color convert

RGB219152198-
CMYK00.310.100.14
HSL318.81º48.2%72.75%-
HSV(B)318.81º30.59%85.88%-
XYZ50.6341.5958.79-
YUV177.28139.7157.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 198 (77.73% from 255) = 34.80%
R=38.49%
G=26.71%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915219800.310.100.14318.8148.272.75
HexDB98C601FAE13f3049
Octal333230306037121647760111
Binary110110111001100011000110011111101011101001111111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98C6; }

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

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

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

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

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

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

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

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