Shades of Fuchsia #D245B5
Tints of Fuchsia #D245B5
RGB
CMYK
RGB Variations
Color information
#D245B5 (or 0xD245B5) is known color: Fuchsia. HEX triplet: D2, 45 and B5. RGB value is (210,69,181). Sum of RGB (Red+Green+Blue) = 210+69+181=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 69 (27.34% from 255 or 15% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D245B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245B5 is #2DBA4A. Grayscale: #7B7B7B. Windows color (decimal): -2996811 or 11879890. OLE color: 11879890.
HSL color Cylindrical-coordinate representation of color #D245B5: hue angle of 312.34º 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 #D245B5 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 181 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.18 |
| HSL | 312.34º | 0.61% | 0.55% | - |
| HSV(B) | 312.34º | 0.67% | 0.82% | - |
| XYZ | 37.05 | 21.29 | 45.87 | - |
| YUV | 123.93 | 160.21 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 181 | 0 | 0.67 | 0.14 | 0.18 | 312.34 | 0.61 | 0.55 |
| Hex | D2 | 45 | B5 | 0 | 43 | E | 12 | 138 | 3D | 37 |
| Octal | 322 | 105 | 265 | 0 | 103 | 16 | 22 | 470 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10110101 | 0 | 1000011 | 1110 | 10010 | 100111000 | 111101 | 110111 |
Color Harmonies of #D245B5
Complementary color
Monochromatic Colors of #D245B5
Black with #D245B5
Text Example
Text Example
White with #D245B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245B5; }
p { color: rgb(210,69,181); }
H1.HeaderClassName
{
color: #D245B5;
}
.AnyTagClassName
{
color: #D245B5;
}
</style>
background-color css
<style>
a { background-color: #D245B5; }
a { background-color: rgb(210,69,181); }
div.DivClassName
{
background-color: #D245B5;
}
.BgClassName
{
background-color: #D245B5;
}
</style>
border-color css
<style>
span { border-color: #D245B5; }
span { border-color: rgb(210,69,181); }
td.TdClassName
{
border-color: #D245B5;
}
.TagClassName
{
border-color: #D245B5;
}
</style>