Shades of Fuchsia #D245BA
Tints of Fuchsia #D245BA
RGB
CMYK
RGB Variations
Color information
#D245BA (or 0xD245BA) is known color: Fuchsia. HEX triplet: D2, 45 and BA. RGB value is (210,69,186). Sum of RGB (Red+Green+Blue) = 210+69+186=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D245BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245BA is #2DBA45. Grayscale: #7C7C7C. Windows color (decimal): -2996806 or 12207570. OLE color: 12207570.
HSL color Cylindrical-coordinate representation of color #D245BA: hue angle of 310.21º 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 #D245BA is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 186 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.18 |
| HSL | 310.21º | 0.61% | 0.55% | - |
| HSV(B) | 310.21º | 0.67% | 0.82% | - |
| XYZ | 37.57 | 21.5 | 48.62 | - |
| YUV | 124.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 186 | 0 | 0.67 | 0.11 | 0.18 | 310.21 | 0.61 | 0.55 |
| Hex | D2 | 45 | BA | 0 | 43 | B | 12 | 136 | 3D | 37 |
| Octal | 322 | 105 | 272 | 0 | 103 | 13 | 22 | 466 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10111010 | 0 | 1000011 | 1011 | 10010 | 100110110 | 111101 | 110111 |
Color Harmonies of #D245BA
Complementary color
Monochromatic Colors of #D245BA
Black with #D245BA
Text Example
Text Example
White with #D245BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245BA; }
p { color: rgb(210,69,186); }
H1.HeaderClassName
{
color: #D245BA;
}
.AnyTagClassName
{
color: #D245BA;
}
</style>
background-color css
<style>
a { background-color: #D245BA; }
a { background-color: rgb(210,69,186); }
div.DivClassName
{
background-color: #D245BA;
}
.BgClassName
{
background-color: #D245BA;
}
</style>
border-color css
<style>
span { border-color: #D245BA; }
span { border-color: rgb(210,69,186); }
td.TdClassName
{
border-color: #D245BA;
}
.TagClassName
{
border-color: #D245BA;
}
</style>