Shades of Fuchsia #D245C7
Tints of Fuchsia #D245C7
RGB
CMYK
RGB Variations
Color information
#D245C7 (or 0xD245C7) is known color: Fuchsia. HEX triplet: D2, 45 and C7. RGB value is (210,69,199). Sum of RGB (Red+Green+Blue) = 210+69+199=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D245C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245C7 is #2DBA38. Grayscale: #7D7D7D. Windows color (decimal): -2996793 or 13059538. OLE color: 13059538.
HSL color Cylindrical-coordinate representation of color #D245C7: hue angle of 304.68º 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 #D245C7 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 199 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.18 |
| HSL | 304.68º | 0.61% | 0.55% | - |
| HSV(B) | 304.68º | 0.67% | 0.82% | - |
| XYZ | 39.02 | 22.08 | 56.24 | - |
| YUV | 125.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 199 | 0 | 0.67 | 0.05 | 0.18 | 304.68 | 0.61 | 0.55 |
| Hex | D2 | 45 | C7 | 0 | 43 | 5 | 12 | 131 | 3D | 37 |
| Octal | 322 | 105 | 307 | 0 | 103 | 5 | 22 | 461 | 75 | 67 |
| Binary | 11010010 | 1000101 | 11000111 | 0 | 1000011 | 101 | 10010 | 100110001 | 111101 | 110111 |
Color Harmonies of #D245C7
Complementary color
Monochromatic Colors of #D245C7
Black with #D245C7
Text Example
Text Example
White with #D245C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245C7; }
p { color: rgb(210,69,199); }
H1.HeaderClassName
{
color: #D245C7;
}
.AnyTagClassName
{
color: #D245C7;
}
</style>
background-color css
<style>
a { background-color: #D245C7; }
a { background-color: rgb(210,69,199); }
div.DivClassName
{
background-color: #D245C7;
}
.BgClassName
{
background-color: #D245C7;
}
</style>
border-color css
<style>
span { border-color: #D245C7; }
span { border-color: rgb(210,69,199); }
td.TdClassName
{
border-color: #D245C7;
}
.TagClassName
{
border-color: #D245C7;
}
</style>