Shades of Fuchsia #D245B3
Tints of Fuchsia #D245B3
RGB
CMYK
RGB Variations
Color information
#D245B3 (or 0xD245B3) is known color: Fuchsia. HEX triplet: D2, 45 and B3. RGB value is (210,69,179). Sum of RGB (Red+Green+Blue) = 210+69+179=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D245B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245B3 is #2DBA4C. Grayscale: #7B7B7B. Windows color (decimal): -2996813 or 11748818. OLE color: 11748818.
HSL color Cylindrical-coordinate representation of color #D245B3: hue angle of 313.19º 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 #D245B3 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 179 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.18 |
| HSL | 313.19º | 0.61% | 0.55% | - |
| HSV(B) | 313.19º | 0.67% | 0.82% | - |
| XYZ | 36.84 | 21.21 | 44.8 | - |
| YUV | 123.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 179 | 0 | 0.67 | 0.15 | 0.18 | 313.19 | 0.61 | 0.55 |
| Hex | D2 | 45 | B3 | 0 | 43 | F | 12 | 139 | 3D | 37 |
| Octal | 322 | 105 | 263 | 0 | 103 | 17 | 22 | 471 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10110011 | 0 | 1000011 | 1111 | 10010 | 100111001 | 111101 | 110111 |
Color Harmonies of #D245B3
Complementary color
Monochromatic Colors of #D245B3
Black with #D245B3
Text Example
Text Example
White with #D245B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245B3; }
p { color: rgb(210,69,179); }
H1.HeaderClassName
{
color: #D245B3;
}
.AnyTagClassName
{
color: #D245B3;
}
</style>
background-color css
<style>
a { background-color: #D245B3; }
a { background-color: rgb(210,69,179); }
div.DivClassName
{
background-color: #D245B3;
}
.BgClassName
{
background-color: #D245B3;
}
</style>
border-color css
<style>
span { border-color: #D245B3; }
span { border-color: rgb(210,69,179); }
td.TdClassName
{
border-color: #D245B3;
}
.TagClassName
{
border-color: #D245B3;
}
</style>