Shades of Fuchsia #D245BC
Tints of Fuchsia #D245BC
RGB
CMYK
RGB Variations
Color information
#D245BC (or 0xD245BC) is known color: Fuchsia. HEX triplet: D2, 45 and BC. RGB value is (210,69,188). Sum of RGB (Red+Green+Blue) = 210+69+188=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D245BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245BC is #2DBA43. Grayscale: #7C7C7C. Windows color (decimal): -2996804 or 12338642. OLE color: 12338642.
HSL color Cylindrical-coordinate representation of color #D245BC: hue angle of 309.36º 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 #D245BC is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 188 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.18 |
| HSL | 309.36º | 0.61% | 0.55% | - |
| HSV(B) | 309.36º | 0.67% | 0.82% | - |
| XYZ | 37.78 | 21.59 | 49.75 | - |
| YUV | 124.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 188 | 0 | 0.67 | 0.10 | 0.18 | 309.36 | 0.61 | 0.55 |
| Hex | D2 | 45 | BC | 0 | 43 | A | 12 | 135 | 3D | 37 |
| Octal | 322 | 105 | 274 | 0 | 103 | 12 | 22 | 465 | 75 | 67 |
| Binary | 11010010 | 1000101 | 10111100 | 0 | 1000011 | 1010 | 10010 | 100110101 | 111101 | 110111 |
Color Harmonies of #D245BC
Complementary color
Monochromatic Colors of #D245BC
Black with #D245BC
Text Example
Text Example
White with #D245BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245BC; }
p { color: rgb(210,69,188); }
H1.HeaderClassName
{
color: #D245BC;
}
.AnyTagClassName
{
color: #D245BC;
}
</style>
background-color css
<style>
a { background-color: #D245BC; }
a { background-color: rgb(210,69,188); }
div.DivClassName
{
background-color: #D245BC;
}
.BgClassName
{
background-color: #D245BC;
}
</style>
border-color css
<style>
span { border-color: #D245BC; }
span { border-color: rgb(210,69,188); }
td.TdClassName
{
border-color: #D245BC;
}
.TagClassName
{
border-color: #D245BC;
}
</style>