Shades of Fuchsia #D245CE
Tints of Fuchsia #D245CE
RGB
CMYK
RGB Variations
Color information
#D245CE (or 0xD245CE) is known color: Fuchsia. HEX triplet: D2, 45 and CE. RGB value is (210,69,206). Sum of RGB (Red+Green+Blue) = 210+69+206=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D245CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245CE is #2DBA31. Grayscale: #7E7E7E. Windows color (decimal): -2996786 or 13518290. OLE color: 13518290.
HSL color Cylindrical-coordinate representation of color #D245CE: hue angle of 301.7º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D245CE is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 206 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.18 |
| HSL | 301.7º | 0.61% | 0.55% | - |
| HSV(B) | 301.7º | 0.67% | 0.82% | - |
| XYZ | 39.85 | 22.41 | 60.62 | - |
| YUV | 126.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 206 | 0 | 0.67 | 0.02 | 0.18 | 301.7 | 0.61 | 0.55 |
| Hex | D2 | 45 | CE | 0 | 43 | 2 | 12 | 12E | 3D | 37 |
| Octal | 322 | 105 | 316 | 0 | 103 | 2 | 22 | 456 | 75 | 67 |
| Binary | 11010010 | 1000101 | 11001110 | 0 | 1000011 | 10 | 10010 | 100101110 | 111101 | 110111 |
Color Harmonies of #D245CE
Complementary color
Monochromatic Colors of #D245CE
Black with #D245CE
Text Example
Text Example
White with #D245CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245CE; }
p { color: rgb(210,69,206); }
H1.HeaderClassName
{
color: #D245CE;
}
.AnyTagClassName
{
color: #D245CE;
}
</style>
background-color css
<style>
a { background-color: #D245CE; }
a { background-color: rgb(210,69,206); }
div.DivClassName
{
background-color: #D245CE;
}
.BgClassName
{
background-color: #D245CE;
}
</style>
border-color css
<style>
span { border-color: #D245CE; }
span { border-color: rgb(210,69,206); }
td.TdClassName
{
border-color: #D245CE;
}
.TagClassName
{
border-color: #D245CE;
}
</style>