Shades of Fuchsia #D245CD
Tints of Fuchsia #D245CD
RGB
CMYK
RGB Variations
Color information
#D245CD (or 0xD245CD) is known color: Fuchsia. HEX triplet: D2, 45 and CD. RGB value is (210,69,205). Sum of RGB (Red+Green+Blue) = 210+69+205=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D245CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245CD is #2DBA32. Grayscale: #7E7E7E. Windows color (decimal): -2996787 or 13452754. OLE color: 13452754.
HSL color Cylindrical-coordinate representation of color #D245CD: hue angle of 302.13º 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 #D245CD is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 205 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.18 |
| HSL | 302.13º | 0.61% | 0.55% | - |
| HSV(B) | 302.13º | 0.67% | 0.82% | - |
| XYZ | 39.73 | 22.37 | 59.98 | - |
| YUV | 126.66 | 172.21 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 205 | 0 | 0.67 | 0.02 | 0.18 | 302.13 | 0.61 | 0.55 |
| Hex | D2 | 45 | CD | 0 | 43 | 2 | 12 | 12E | 3D | 37 |
| Octal | 322 | 105 | 315 | 0 | 103 | 2 | 22 | 456 | 75 | 67 |
| Binary | 11010010 | 1000101 | 11001101 | 0 | 1000011 | 10 | 10010 | 100101110 | 111101 | 110111 |
Color Harmonies of #D245CD
Complementary color
Monochromatic Colors of #D245CD
Black with #D245CD
Text Example
Text Example
White with #D245CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245CD; }
p { color: rgb(210,69,205); }
H1.HeaderClassName
{
color: #D245CD;
}
.AnyTagClassName
{
color: #D245CD;
}
</style>
background-color css
<style>
a { background-color: #D245CD; }
a { background-color: rgb(210,69,205); }
div.DivClassName
{
background-color: #D245CD;
}
.BgClassName
{
background-color: #D245CD;
}
</style>
border-color css
<style>
span { border-color: #D245CD; }
span { border-color: rgb(210,69,205); }
td.TdClassName
{
border-color: #D245CD;
}
.TagClassName
{
border-color: #D245CD;
}
</style>