Shades of Fuchsia #D236B7
Tints of Fuchsia #D236B7
RGB
CMYK
RGB Variations
Color information
#D236B7 (or 0xD236B7) is known color: Fuchsia. HEX triplet: D2, 36 and B7. RGB value is (210,54,183). Sum of RGB (Red+Green+Blue) = 210+54+183=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D236B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236B7 is #2DC948. Grayscale: #727272. Windows color (decimal): -3000649 or 12007122. OLE color: 12007122.
HSL color Cylindrical-coordinate representation of color #D236B7: hue angle of 310.38º 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 #D236B7 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 183 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.18 |
| HSL | 310.38º | 0.63% | 0.52% | - |
| HSV(B) | 310.38º | 0.74% | 0.82% | - |
| XYZ | 36.44 | 19.76 | 46.69 | - |
| YUV | 115.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 183 | 0 | 0.74 | 0.13 | 0.18 | 310.38 | 0.63 | 0.52 |
| Hex | D2 | 36 | B7 | 0 | 4A | D | 12 | 136 | 3F | 34 |
| Octal | 322 | 66 | 267 | 0 | 112 | 15 | 22 | 466 | 77 | 64 |
| Binary | 11010010 | 110110 | 10110111 | 0 | 1001010 | 1101 | 10010 | 100110110 | 111111 | 110100 |
Color Harmonies of #D236B7
Complementary color
Monochromatic Colors of #D236B7
Black with #D236B7
Text Example
Text Example
White with #D236B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236B7; }
p { color: rgb(210,54,183); }
H1.HeaderClassName
{
color: #D236B7;
}
.AnyTagClassName
{
color: #D236B7;
}
</style>
background-color css
<style>
a { background-color: #D236B7; }
a { background-color: rgb(210,54,183); }
div.DivClassName
{
background-color: #D236B7;
}
.BgClassName
{
background-color: #D236B7;
}
</style>
border-color css
<style>
span { border-color: #D236B7; }
span { border-color: rgb(210,54,183); }
td.TdClassName
{
border-color: #D236B7;
}
.TagClassName
{
border-color: #D236B7;
}
</style>