Shades of Fuchsia #D236CE
Tints of Fuchsia #D236CE
RGB
CMYK
RGB Variations
Color information
#D236CE (or 0xD236CE) is known color: Fuchsia. HEX triplet: D2, 36 and CE. RGB value is (210,54,206). Sum of RGB (Red+Green+Blue) = 210+54+206=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D236CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236CE is #2DC931. Grayscale: #757575. Windows color (decimal): -3000626 or 13514450. OLE color: 13514450.
HSL color Cylindrical-coordinate representation of color #D236CE: hue angle of 301.54º 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 #D236CE is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 206 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.18 |
| HSL | 301.54º | 0.63% | 0.52% | - |
| HSV(B) | 301.54º | 0.74% | 0.82% | - |
| XYZ | 39.04 | 20.8 | 60.35 | - |
| YUV | 117.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 206 | 0 | 0.74 | 0.02 | 0.18 | 301.54 | 0.63 | 0.52 |
| Hex | D2 | 36 | CE | 0 | 4A | 2 | 12 | 12E | 3F | 34 |
| Octal | 322 | 66 | 316 | 0 | 112 | 2 | 22 | 456 | 77 | 64 |
| Binary | 11010010 | 110110 | 11001110 | 0 | 1001010 | 10 | 10010 | 100101110 | 111111 | 110100 |
Color Harmonies of #D236CE
Complementary color
Monochromatic Colors of #D236CE
Black with #D236CE
Text Example
Text Example
White with #D236CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236CE; }
p { color: rgb(210,54,206); }
H1.HeaderClassName
{
color: #D236CE;
}
.AnyTagClassName
{
color: #D236CE;
}
</style>
background-color css
<style>
a { background-color: #D236CE; }
a { background-color: rgb(210,54,206); }
div.DivClassName
{
background-color: #D236CE;
}
.BgClassName
{
background-color: #D236CE;
}
</style>
border-color css
<style>
span { border-color: #D236CE; }
span { border-color: rgb(210,54,206); }
td.TdClassName
{
border-color: #D236CE;
}
.TagClassName
{
border-color: #D236CE;
}
</style>