Shades of Fuchsia #D236C8
Tints of Fuchsia #D236C8
RGB
CMYK
RGB Variations
Color information
#D236C8 (or 0xD236C8) is known color: Fuchsia. HEX triplet: D2, 36 and C8. RGB value is (210,54,200). Sum of RGB (Red+Green+Blue) = 210+54+200=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 54 (21.48% from 255 or 11.64% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D236C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236C8 is #2DC937. Grayscale: #747474. Windows color (decimal): -3000632 or 13121234. OLE color: 13121234.
HSL color Cylindrical-coordinate representation of color #D236C8: hue angle of 303.85º 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 #D236C8 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 200 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.18 |
| HSL | 303.85º | 0.63% | 0.52% | - |
| HSV(B) | 303.85º | 0.74% | 0.82% | - |
| XYZ | 38.32 | 20.51 | 56.58 | - |
| YUV | 117.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 200 | 0 | 0.74 | 0.05 | 0.18 | 303.85 | 0.63 | 0.52 |
| Hex | D2 | 36 | C8 | 0 | 4A | 5 | 12 | 130 | 3F | 34 |
| Octal | 322 | 66 | 310 | 0 | 112 | 5 | 22 | 460 | 77 | 64 |
| Binary | 11010010 | 110110 | 11001000 | 0 | 1001010 | 101 | 10010 | 100110000 | 111111 | 110100 |
Color Harmonies of #D236C8
Complementary color
Monochromatic Colors of #D236C8
Black with #D236C8
Text Example
Text Example
White with #D236C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236C8; }
p { color: rgb(210,54,200); }
H1.HeaderClassName
{
color: #D236C8;
}
.AnyTagClassName
{
color: #D236C8;
}
</style>
background-color css
<style>
a { background-color: #D236C8; }
a { background-color: rgb(210,54,200); }
div.DivClassName
{
background-color: #D236C8;
}
.BgClassName
{
background-color: #D236C8;
}
</style>
border-color css
<style>
span { border-color: #D236C8; }
span { border-color: rgb(210,54,200); }
td.TdClassName
{
border-color: #D236C8;
}
.TagClassName
{
border-color: #D236C8;
}
</style>