Shades of Fuchsia #D245C4
Tints of Fuchsia #D245C4
RGB
CMYK
RGB Variations
Color information
#D245C4 (or 0xD245C4) is known color: Fuchsia. HEX triplet: D2, 45 and C4. RGB value is (210,69,196). Sum of RGB (Red+Green+Blue) = 210+69+196=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D245C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245C4 is #2DBA3B. Grayscale: #7D7D7D. Windows color (decimal): -2996796 or 12862930. OLE color: 12862930.
HSL color Cylindrical-coordinate representation of color #D245C4: hue angle of 305.96º 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 #D245C4 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 196 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.18 |
| HSL | 305.96º | 0.61% | 0.55% | - |
| HSV(B) | 305.96º | 0.67% | 0.82% | - |
| XYZ | 38.67 | 21.94 | 54.42 | - |
| YUV | 125.64 | 167.71 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 196 | 0 | 0.67 | 0.07 | 0.18 | 305.96 | 0.61 | 0.55 |
| Hex | D2 | 45 | C4 | 0 | 43 | 7 | 12 | 132 | 3D | 37 |
| Octal | 322 | 105 | 304 | 0 | 103 | 7 | 22 | 462 | 75 | 67 |
| Binary | 11010010 | 1000101 | 11000100 | 0 | 1000011 | 111 | 10010 | 100110010 | 111101 | 110111 |
Color Harmonies of #D245C4
Complementary color
Monochromatic Colors of #D245C4
Black with #D245C4
Text Example
Text Example
White with #D245C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245C4; }
p { color: rgb(210,69,196); }
H1.HeaderClassName
{
color: #D245C4;
}
.AnyTagClassName
{
color: #D245C4;
}
</style>
background-color css
<style>
a { background-color: #D245C4; }
a { background-color: rgb(210,69,196); }
div.DivClassName
{
background-color: #D245C4;
}
.BgClassName
{
background-color: #D245C4;
}
</style>
border-color css
<style>
span { border-color: #D245C4; }
span { border-color: rgb(210,69,196); }
td.TdClassName
{
border-color: #D245C4;
}
.TagClassName
{
border-color: #D245C4;
}
</style>