Shades of Fuchsia #D237C4
Tints of Fuchsia #D237C4
RGB
CMYK
RGB Variations
Color information
#D237C4 (or 0xD237C4) is known color: Fuchsia. HEX triplet: D2, 37 and C4. RGB value is (210,55,196). Sum of RGB (Red+Green+Blue) = 210+55+196=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D237C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237C4 is #2DC83B. Grayscale: #757575. Windows color (decimal): -3000380 or 12859346. OLE color: 12859346.
HSL color Cylindrical-coordinate representation of color #D237C4: hue angle of 305.42º 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 #D237C4 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 196 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.18 |
| HSL | 305.42º | 0.63% | 0.52% | - |
| HSV(B) | 305.42º | 0.74% | 0.82% | - |
| XYZ | 37.91 | 20.42 | 54.17 | - |
| YUV | 117.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 196 | 0 | 0.74 | 0.07 | 0.18 | 305.42 | 0.63 | 0.52 |
| Hex | D2 | 37 | C4 | 0 | 4A | 7 | 12 | 131 | 3F | 34 |
| Octal | 322 | 67 | 304 | 0 | 112 | 7 | 22 | 461 | 77 | 64 |
| Binary | 11010010 | 110111 | 11000100 | 0 | 1001010 | 111 | 10010 | 100110001 | 111111 | 110100 |
Color Harmonies of #D237C4
Complementary color
Monochromatic Colors of #D237C4
Black with #D237C4
Text Example
Text Example
White with #D237C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237C4; }
p { color: rgb(210,55,196); }
H1.HeaderClassName
{
color: #D237C4;
}
.AnyTagClassName
{
color: #D237C4;
}
</style>
background-color css
<style>
a { background-color: #D237C4; }
a { background-color: rgb(210,55,196); }
div.DivClassName
{
background-color: #D237C4;
}
.BgClassName
{
background-color: #D237C4;
}
</style>
border-color css
<style>
span { border-color: #D237C4; }
span { border-color: rgb(210,55,196); }
td.TdClassName
{
border-color: #D237C4;
}
.TagClassName
{
border-color: #D237C4;
}
</style>