Shades of Fuchsia #D245B7
Tints of Fuchsia #D245B7
RGB
CMYK
RGB Variations
Color information
#D245B7 (or 0xD245B7) is known color: Fuchsia. HEX triplet: D2, 45 and B7. RGB value is (210,69,183). Sum of RGB (Red+Green+Blue) = 210+69+183=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D245B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245B7 is #2DBA48. Grayscale: #7B7B7B. Windows color (decimal): -2996809 or 12010962. OLE color: 12010962.
HSL color Cylindrical-coordinate representation of color #D245B7: hue angle of 311.49º 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 #D245B7 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 183 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.18 |
| HSL | 311.49º | 0.61% | 0.55% | - |
| HSV(B) | 311.49º | 0.67% | 0.82% | - |
| XYZ | 37.25 | 21.38 | 46.96 | - |
| YUV | 124.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 183 | 0 | 0.67 | 0.13 | 0.18 | 311.49 | 0.61 | 0.55 |
| Hex | D2 | 45 | B7 | 0 | 43 | D | 12 | 137 | 3D | 37 |
| Octal | 322 | 105 | 267 | 0 | 103 | 15 | 22 | 467 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10110111 | 0 | 1000011 | 1101 | 10010 | 100110111 | 111101 | 110111 |
Color Harmonies of #D245B7
Complementary color
Monochromatic Colors of #D245B7
Black with #D245B7
Text Example
Text Example
White with #D245B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245B7; }
p { color: rgb(210,69,183); }
H1.HeaderClassName
{
color: #D245B7;
}
.AnyTagClassName
{
color: #D245B7;
}
</style>
background-color css
<style>
a { background-color: #D245B7; }
a { background-color: rgb(210,69,183); }
div.DivClassName
{
background-color: #D245B7;
}
.BgClassName
{
background-color: #D245B7;
}
</style>
border-color css
<style>
span { border-color: #D245B7; }
span { border-color: rgb(210,69,183); }
td.TdClassName
{
border-color: #D245B7;
}
.TagClassName
{
border-color: #D245B7;
}
</style>