Shades of Shocking #DB99CA
Tints of Shocking #DB99CA
RGB
CMYK
RGB Variations
Color information
#DB99CA (or 0xDB99CA) is known color: Shocking. HEX triplet: DB, 99 and CA. RGB value is (219,153,202). Sum of RGB (Red+Green+Blue) = 219+153+202=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99CA is #246635. Grayscale: #B2B2B2. Windows color (decimal): -2385462 or 13277659. OLE color: 13277659.
HSL color Cylindrical-coordinate representation of color #DB99CA: hue angle of 315.45º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99CA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 202 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.14 |
| HSL | 315.45º | 0.48% | 0.73% | - |
| HSV(B) | 315.45º | 0.3% | 0.86% | - |
| XYZ | 51.27 | 42.11 | 61.3 | - |
| YUV | 178.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 202 | 0 | 0.30 | 0.08 | 0.14 | 315.45 | 0.48 | 0.73 |
| Hex | DB | 99 | CA | 0 | 1E | 8 | E | 13B | 30 | 49 |
| Octal | 333 | 231 | 312 | 0 | 36 | 10 | 16 | 473 | 60 | 111 |
| Binary | 11011011 | 10011001 | 11001010 | 0 | 11110 | 1000 | 1110 | 100111011 | 110000 | 1001001 |
Color Harmonies of #DB99CA
Complementary color
Monochromatic Colors of #DB99CA
Black with #DB99CA
Text Example
Text Example
White with #DB99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99CA; }
p { color: rgb(219,153,202); }
H1.HeaderClassName
{
color: #DB99CA;
}
.AnyTagClassName
{
color: #DB99CA;
}
</style>
background-color css
<style>
a { background-color: #DB99CA; }
a { background-color: rgb(219,153,202); }
div.DivClassName
{
background-color: #DB99CA;
}
.BgClassName
{
background-color: #DB99CA;
}
</style>
border-color css
<style>
span { border-color: #DB99CA; }
span { border-color: rgb(219,153,202); }
td.TdClassName
{
border-color: #DB99CA;
}
.TagClassName
{
border-color: #DB99CA;
}
</style>