Shades of Fuchsia #D95ABC
Tints of Fuchsia #D95ABC
RGB
CMYK
RGB Variations
Color information
#D95ABC (or 0xD95ABC) is known color: Fuchsia. HEX triplet: D9, 5A and BC. RGB value is (217,90,188). Sum of RGB (Red+Green+Blue) = 217+90+188=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ABC is #26A543. Grayscale: #8A8A8A. Windows color (decimal): -2532676 or 12344025. OLE color: 12344025.
HSL color Cylindrical-coordinate representation of color #D95ABC: hue angle of 313.7º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95ABC is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 188 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.15 |
| HSL | 313.7º | 0.63% | 0.6% | - |
| HSV(B) | 313.7º | 0.59% | 0.85% | - |
| XYZ | 41.35 | 25.69 | 50.36 | - |
| YUV | 139.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 188 | 0 | 0.59 | 0.13 | 0.15 | 313.7 | 0.63 | 0.6 |
| Hex | D9 | 5A | BC | 0 | 3B | D | F | 13A | 3F | 3C |
| Octal | 331 | 132 | 274 | 0 | 73 | 15 | 17 | 472 | 77 | 74 |
| Binary | 11011001 | 1011010 | 10111100 | 0 | 111011 | 1101 | 1111 | 100111010 | 111111 | 111100 |
Color Harmonies of #D95ABC
Complementary color
Monochromatic Colors of #D95ABC
Black with #D95ABC
Text Example
Text Example
White with #D95ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95ABC; }
p { color: rgb(217,90,188); }
H1.HeaderClassName
{
color: #D95ABC;
}
.AnyTagClassName
{
color: #D95ABC;
}
</style>
background-color css
<style>
a { background-color: #D95ABC; }
a { background-color: rgb(217,90,188); }
div.DivClassName
{
background-color: #D95ABC;
}
.BgClassName
{
background-color: #D95ABC;
}
</style>
border-color css
<style>
span { border-color: #D95ABC; }
span { border-color: rgb(217,90,188); }
td.TdClassName
{
border-color: #D95ABC;
}
.TagClassName
{
border-color: #D95ABC;
}
</style>