Shades of Fuchsia #D236B3
Tints of Fuchsia #D236B3
RGB
CMYK
RGB Variations
Color information
#D236B3 (or 0xD236B3) is known color: Fuchsia. HEX triplet: D2, 36 and B3. RGB value is (210,54,179). Sum of RGB (Red+Green+Blue) = 210+54+179=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D236B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236B3 is #2DC94C. Grayscale: #727272. Windows color (decimal): -3000653 or 11744978. OLE color: 11744978.
HSL color Cylindrical-coordinate representation of color #D236B3: hue angle of 311.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 #D236B3 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 179 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.18 |
| HSL | 311.92º | 0.63% | 0.52% | - |
| HSV(B) | 311.92º | 0.74% | 0.82% | - |
| XYZ | 36.03 | 19.59 | 44.53 | - |
| YUV | 114.89 | 164.18 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 179 | 0 | 0.74 | 0.15 | 0.18 | 311.92 | 0.63 | 0.52 |
| Hex | D2 | 36 | B3 | 0 | 4A | F | 12 | 138 | 3F | 34 |
| Octal | 322 | 66 | 263 | 0 | 112 | 17 | 22 | 470 | 77 | 64 |
| Binary | 11010010 | 110110 | 10110011 | 0 | 1001010 | 1111 | 10010 | 100111000 | 111111 | 110100 |
Color Harmonies of #D236B3
Complementary color
Monochromatic Colors of #D236B3
Black with #D236B3
Text Example
Text Example
White with #D236B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236B3; }
p { color: rgb(210,54,179); }
H1.HeaderClassName
{
color: #D236B3;
}
.AnyTagClassName
{
color: #D236B3;
}
</style>
background-color css
<style>
a { background-color: #D236B3; }
a { background-color: rgb(210,54,179); }
div.DivClassName
{
background-color: #D236B3;
}
.BgClassName
{
background-color: #D236B3;
}
</style>
border-color css
<style>
span { border-color: #D236B3; }
span { border-color: rgb(210,54,179); }
td.TdClassName
{
border-color: #D236B3;
}
.TagClassName
{
border-color: #D236B3;
}
</style>