Shades of Fuchsia #D249CA
Tints of Fuchsia #D249CA
RGB
CMYK
RGB Variations
Color information
#D249CA (or 0xD249CA) is known color: Fuchsia. HEX triplet: D2, 49 and CA. RGB value is (210,73,202). Sum of RGB (Red+Green+Blue) = 210+73+202=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D249CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D249CA is #2DB635. Grayscale: #808080. Windows color (decimal): -2995766 or 13257170. OLE color: 13257170.
HSL color Cylindrical-coordinate representation of color #D249CA: hue angle of 303.5º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D249CA is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 202 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.18 |
| HSL | 303.5º | 0.6% | 0.55% | - |
| HSV(B) | 303.5º | 0.65% | 0.82% | - |
| XYZ | 39.62 | 22.73 | 58.18 | - |
| YUV | 128.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 202 | 0 | 0.65 | 0.04 | 0.18 | 303.5 | 0.6 | 0.55 |
| Hex | D2 | 49 | CA | 0 | 41 | 4 | 12 | 130 | 3C | 37 |
| Octal | 322 | 111 | 312 | 0 | 101 | 4 | 22 | 460 | 74 | 67 |
| Binary | 11010010 | 1001001 | 11001010 | 0 | 1000001 | 100 | 10010 | 100110000 | 111100 | 110111 |
Color Harmonies of #D249CA
Complementary color
Monochromatic Colors of #D249CA
Black with #D249CA
Text Example
Text Example
White with #D249CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249CA; }
p { color: rgb(210,73,202); }
H1.HeaderClassName
{
color: #D249CA;
}
.AnyTagClassName
{
color: #D249CA;
}
</style>
background-color css
<style>
a { background-color: #D249CA; }
a { background-color: rgb(210,73,202); }
div.DivClassName
{
background-color: #D249CA;
}
.BgClassName
{
background-color: #D249CA;
}
</style>
border-color css
<style>
span { border-color: #D249CA; }
span { border-color: rgb(210,73,202); }
td.TdClassName
{
border-color: #D249CA;
}
.TagClassName
{
border-color: #D249CA;
}
</style>