#DB98CA

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

Shades of Shocking #DB98CA

Tints of Shocking #DB98CA

Color information

#DB98CA (or 0xDB98CA) is unknown color: approx Shocking. HEX triplet: DB, 98 and CA. RGB value is (219,152,202). Sum of RGB (Red+Green+Blue) = 219+152+202=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98CA is #246735. Grayscale: #B1B1B1. Windows color (decimal): -2385718 or 13277403. OLE color: 13277403.

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

Color convert

RGB219152202-
CMYK00.310.080.14
HSL315.22º48.2%72.75%-
HSV(B)315.22º30.59%85.88%-
XYZ51.141.7861.25-
YUV177.73141.7157.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=38.22%
G=26.53%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915220200.310.080.14315.2248.272.75
HexDB98CA01F8E13b3049
Octal333230312037101647360111
Binary110110111001100011001010011111100011101001110111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98CA; }

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

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

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

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

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

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

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

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