Shades of Fuchsia #D237B2
Tints of Fuchsia #D237B2
RGB
CMYK
RGB Variations
Color information
#D237B2 (or 0xD237B2) is known color: Fuchsia. HEX triplet: D2, 37 and B2. RGB value is (210,55,178). Sum of RGB (Red+Green+Blue) = 210+55+178=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D237B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D237B2 is #2DC84D. Grayscale: #737373. Windows color (decimal): -3000398 or 11679698. OLE color: 11679698.
HSL color Cylindrical-coordinate representation of color #D237B2: hue angle of 312.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D237B2 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 178 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.18 |
| HSL | 312.39º | 0.63% | 0.52% | - |
| HSV(B) | 312.39º | 0.74% | 0.82% | - |
| XYZ | 35.98 | 19.65 | 44.02 | - |
| YUV | 115.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 178 | 0 | 0.74 | 0.15 | 0.18 | 312.39 | 0.63 | 0.52 |
| Hex | D2 | 37 | B2 | 0 | 4A | F | 12 | 138 | 3F | 34 |
| Octal | 322 | 67 | 262 | 0 | 112 | 17 | 22 | 470 | 77 | 64 |
| Binary | 11010010 | 110111 | 10110010 | 0 | 1001010 | 1111 | 10010 | 100111000 | 111111 | 110100 |
Color Harmonies of #D237B2
Complementary color
Monochromatic Colors of #D237B2
Black with #D237B2
Text Example
Text Example
White with #D237B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237B2; }
p { color: rgb(210,55,178); }
H1.HeaderClassName
{
color: #D237B2;
}
.AnyTagClassName
{
color: #D237B2;
}
</style>
background-color css
<style>
a { background-color: #D237B2; }
a { background-color: rgb(210,55,178); }
div.DivClassName
{
background-color: #D237B2;
}
.BgClassName
{
background-color: #D237B2;
}
</style>
border-color css
<style>
span { border-color: #D237B2; }
span { border-color: rgb(210,55,178); }
td.TdClassName
{
border-color: #D237B2;
}
.TagClassName
{
border-color: #D237B2;
}
</style>