Shades of Shocking #DA88BD
Tints of Shocking #DA88BD
RGB
CMYK
RGB Variations
Color information
#DA88BD (or 0xDA88BD) is known color: Shocking. HEX triplet: DA, 88 and BD. RGB value is (218,136,189). Sum of RGB (Red+Green+Blue) = 218+136+189=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88BD is #257742. Grayscale: #A6A6A6. Windows color (decimal): -2455363 or 12421338. OLE color: 12421338.
HSL color Cylindrical-coordinate representation of color #DA88BD: hue angle of 321.22º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88BD is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 189 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.15 |
| HSL | 321.22º | 0.53% | 0.69% | - |
| HSV(B) | 321.22º | 0.38% | 0.85% | - |
| XYZ | 46.9 | 36.19 | 52.66 | - |
| YUV | 166.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 189 | 0 | 0.38 | 0.13 | 0.15 | 321.22 | 0.53 | 0.69 |
| Hex | DA | 88 | BD | 0 | 26 | D | F | 141 | 35 | 45 |
| Octal | 332 | 210 | 275 | 0 | 46 | 15 | 17 | 501 | 65 | 105 |
| Binary | 11011010 | 10001000 | 10111101 | 0 | 100110 | 1101 | 1111 | 101000001 | 110101 | 1000101 |
Color Harmonies of #DA88BD
Complementary color
Monochromatic Colors of #DA88BD
Black with #DA88BD
Text Example
Text Example
White with #DA88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88BD; }
p { color: rgb(218,136,189); }
H1.HeaderClassName
{
color: #DA88BD;
}
.AnyTagClassName
{
color: #DA88BD;
}
</style>
background-color css
<style>
a { background-color: #DA88BD; }
a { background-color: rgb(218,136,189); }
div.DivClassName
{
background-color: #DA88BD;
}
.BgClassName
{
background-color: #DA88BD;
}
</style>
border-color css
<style>
span { border-color: #DA88BD; }
span { border-color: rgb(218,136,189); }
td.TdClassName
{
border-color: #DA88BD;
}
.TagClassName
{
border-color: #DA88BD;
}
</style>