Shades of Shocking #DA95B6
Tints of Shocking #DA95B6
RGB
CMYK
RGB Variations
Color information
#DA95B6 (or 0xDA95B6) is known color: Shocking. HEX triplet: DA, 95 and B6. RGB value is (218,149,182). Sum of RGB (Red+Green+Blue) = 218+149+182=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA95B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA95B6 is #256A49. Grayscale: #ADADAD. Windows color (decimal): -2452042 or 11965914. OLE color: 11965914.
HSL color Cylindrical-coordinate representation of color #DA95B6: hue angle of 331.3º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA95B6 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 182 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.15 |
| HSL | 331.3º | 0.48% | 0.72% | - |
| HSV(B) | 331.3º | 0.32% | 0.85% | - |
| XYZ | 48.1 | 39.78 | 49.4 | - |
| YUV | 173.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 182 | 0 | 0.32 | 0.17 | 0.15 | 331.3 | 0.48 | 0.72 |
| Hex | DA | 95 | B6 | 0 | 20 | 11 | F | 14B | 30 | 48 |
| Octal | 332 | 225 | 266 | 0 | 40 | 21 | 17 | 513 | 60 | 110 |
| Binary | 11011010 | 10010101 | 10110110 | 0 | 100000 | 10001 | 1111 | 101001011 | 110000 | 1001000 |
Color Harmonies of #DA95B6
Complementary color
Monochromatic Colors of #DA95B6
Black with #DA95B6
Text Example
Text Example
White with #DA95B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA95B6; }
p { color: rgb(218,149,182); }
H1.HeaderClassName
{
color: #DA95B6;
}
.AnyTagClassName
{
color: #DA95B6;
}
</style>
background-color css
<style>
a { background-color: #DA95B6; }
a { background-color: rgb(218,149,182); }
div.DivClassName
{
background-color: #DA95B6;
}
.BgClassName
{
background-color: #DA95B6;
}
</style>
border-color css
<style>
span { border-color: #DA95B6; }
span { border-color: rgb(218,149,182); }
td.TdClassName
{
border-color: #DA95B6;
}
.TagClassName
{
border-color: #DA95B6;
}
</style>