Shades of Fuchsia #D237B4
Tints of Fuchsia #D237B4
RGB
CMYK
RGB Variations
Color information
#D237B4 (or 0xD237B4) is known color: Fuchsia. HEX triplet: D2, 37 and B4. RGB value is (210,55,180). Sum of RGB (Red+Green+Blue) = 210+55+180=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D237B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237B4 is #2DC84B. Grayscale: #737373. Windows color (decimal): -3000396 or 11810770. OLE color: 11810770.
HSL color Cylindrical-coordinate representation of color #D237B4: hue angle of 311.61º 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 #D237B4 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 180 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.18 |
| HSL | 311.61º | 0.63% | 0.52% | - |
| HSV(B) | 311.61º | 0.74% | 0.82% | - |
| XYZ | 36.18 | 19.73 | 45.08 | - |
| YUV | 115.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 180 | 0 | 0.74 | 0.14 | 0.18 | 311.61 | 0.63 | 0.52 |
| Hex | D2 | 37 | B4 | 0 | 4A | E | 12 | 138 | 3F | 34 |
| Octal | 322 | 67 | 264 | 0 | 112 | 16 | 22 | 470 | 77 | 64 |
| Binary | 11010010 | 110111 | 10110100 | 0 | 1001010 | 1110 | 10010 | 100111000 | 111111 | 110100 |
Color Harmonies of #D237B4
Complementary color
Monochromatic Colors of #D237B4
Black with #D237B4
Text Example
Text Example
White with #D237B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237B4; }
p { color: rgb(210,55,180); }
H1.HeaderClassName
{
color: #D237B4;
}
.AnyTagClassName
{
color: #D237B4;
}
</style>
background-color css
<style>
a { background-color: #D237B4; }
a { background-color: rgb(210,55,180); }
div.DivClassName
{
background-color: #D237B4;
}
.BgClassName
{
background-color: #D237B4;
}
</style>
border-color css
<style>
span { border-color: #D237B4; }
span { border-color: rgb(210,55,180); }
td.TdClassName
{
border-color: #D237B4;
}
.TagClassName
{
border-color: #D237B4;
}
</style>