Shades of Fuchsia #D236C0
Tints of Fuchsia #D236C0
RGB
CMYK
RGB Variations
Color information
#D236C0 (or 0xD236C0) is known color: Fuchsia. HEX triplet: D2, 36 and C0. RGB value is (210,54,192). Sum of RGB (Red+Green+Blue) = 210+54+192=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D236C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236C0 is #2DC93F. Grayscale: #737373. Windows color (decimal): -3000640 or 12596946. OLE color: 12596946.
HSL color Cylindrical-coordinate representation of color #D236C0: hue angle of 306.92º 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 #D236C0 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 192 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.18 |
| HSL | 306.92º | 0.63% | 0.52% | - |
| HSV(B) | 306.92º | 0.74% | 0.82% | - |
| XYZ | 37.41 | 20.15 | 51.79 | - |
| YUV | 116.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 192 | 0 | 0.74 | 0.09 | 0.18 | 306.92 | 0.63 | 0.52 |
| Hex | D2 | 36 | C0 | 0 | 4A | 9 | 12 | 133 | 3F | 34 |
| Octal | 322 | 66 | 300 | 0 | 112 | 11 | 22 | 463 | 77 | 64 |
| Binary | 11010010 | 110110 | 11000000 | 0 | 1001010 | 1001 | 10010 | 100110011 | 111111 | 110100 |
Color Harmonies of #D236C0
Complementary color
Monochromatic Colors of #D236C0
Black with #D236C0
Text Example
Text Example
White with #D236C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236C0; }
p { color: rgb(210,54,192); }
H1.HeaderClassName
{
color: #D236C0;
}
.AnyTagClassName
{
color: #D236C0;
}
</style>
background-color css
<style>
a { background-color: #D236C0; }
a { background-color: rgb(210,54,192); }
div.DivClassName
{
background-color: #D236C0;
}
.BgClassName
{
background-color: #D236C0;
}
</style>
border-color css
<style>
span { border-color: #D236C0; }
span { border-color: rgb(210,54,192); }
td.TdClassName
{
border-color: #D236C0;
}
.TagClassName
{
border-color: #D236C0;
}
</style>