Shades of Fuchsia #D236C5
Tints of Fuchsia #D236C5
RGB
CMYK
RGB Variations
Color information
#D236C5 (or 0xD236C5) is known color: Fuchsia. HEX triplet: D2, 36 and C5. RGB value is (210,54,197). Sum of RGB (Red+Green+Blue) = 210+54+197=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D236C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236C5 is #2DC93A. Grayscale: #747474. Windows color (decimal): -3000635 or 12924626. OLE color: 12924626.
HSL color Cylindrical-coordinate representation of color #D236C5: hue angle of 305º 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 #D236C5 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 197 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.18 |
| HSL | 305º | 0.63% | 0.52% | - |
| HSV(B) | 305º | 0.74% | 0.82% | - |
| XYZ | 37.98 | 20.37 | 54.75 | - |
| YUV | 116.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 197 | 0 | 0.74 | 0.06 | 0.18 | 305 | 0.63 | 0.52 |
| Hex | D2 | 36 | C5 | 0 | 4A | 6 | 12 | 131 | 3F | 34 |
| Octal | 322 | 66 | 305 | 0 | 112 | 6 | 22 | 461 | 77 | 64 |
| Binary | 11010010 | 110110 | 11000101 | 0 | 1001010 | 110 | 10010 | 100110001 | 111111 | 110100 |
Color Harmonies of #D236C5
Complementary color
Monochromatic Colors of #D236C5
Black with #D236C5
Text Example
Text Example
White with #D236C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236C5; }
p { color: rgb(210,54,197); }
H1.HeaderClassName
{
color: #D236C5;
}
.AnyTagClassName
{
color: #D236C5;
}
</style>
background-color css
<style>
a { background-color: #D236C5; }
a { background-color: rgb(210,54,197); }
div.DivClassName
{
background-color: #D236C5;
}
.BgClassName
{
background-color: #D236C5;
}
</style>
border-color css
<style>
span { border-color: #D236C5; }
span { border-color: rgb(210,54,197); }
td.TdClassName
{
border-color: #D236C5;
}
.TagClassName
{
border-color: #D236C5;
}
</style>