Shades of Fuchsia #D237CD
Tints of Fuchsia #D237CD
RGB
CMYK
RGB Variations
Color information
#D237CD (or 0xD237CD) is known color: Fuchsia. HEX triplet: D2, 37 and CD. RGB value is (210,55,205). Sum of RGB (Red+Green+Blue) = 210+55+205=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D237CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237CD is #2DC832. Grayscale: #757575. Windows color (decimal): -3000371 or 13449170. OLE color: 13449170.
HSL color Cylindrical-coordinate representation of color #D237CD: hue angle of 301.94º 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 #D237CD is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 205 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.18 |
| HSL | 301.94º | 0.63% | 0.52% | - |
| HSV(B) | 301.94º | 0.74% | 0.82% | - |
| XYZ | 38.96 | 20.84 | 59.73 | - |
| YUV | 118.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 205 | 0 | 0.74 | 0.02 | 0.18 | 301.94 | 0.63 | 0.52 |
| Hex | D2 | 37 | CD | 0 | 4A | 2 | 12 | 12E | 3F | 34 |
| Octal | 322 | 67 | 315 | 0 | 112 | 2 | 22 | 456 | 77 | 64 |
| Binary | 11010010 | 110111 | 11001101 | 0 | 1001010 | 10 | 10010 | 100101110 | 111111 | 110100 |
Color Harmonies of #D237CD
Complementary color
Monochromatic Colors of #D237CD
Black with #D237CD
Text Example
Text Example
White with #D237CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237CD; }
p { color: rgb(210,55,205); }
H1.HeaderClassName
{
color: #D237CD;
}
.AnyTagClassName
{
color: #D237CD;
}
</style>
background-color css
<style>
a { background-color: #D237CD; }
a { background-color: rgb(210,55,205); }
div.DivClassName
{
background-color: #D237CD;
}
.BgClassName
{
background-color: #D237CD;
}
</style>
border-color css
<style>
span { border-color: #D237CD; }
span { border-color: rgb(210,55,205); }
td.TdClassName
{
border-color: #D237CD;
}
.TagClassName
{
border-color: #D237CD;
}
</style>