Shades of Fuchsia #D837CB
Tints of Fuchsia #D837CB
RGB
CMYK
RGB Variations
Color information
#D837CB (or 0xD837CB) is known color: Fuchsia. HEX triplet: D8, 37 and CB. RGB value is (216,55,203). Sum of RGB (Red+Green+Blue) = 216+55+203=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D837CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D837CB is #27C834. Grayscale: #777777. Windows color (decimal): -2607157 or 13318104. OLE color: 13318104.
HSL color Cylindrical-coordinate representation of color #D837CB: hue angle of 304.84º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D837CB is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 203 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.15 |
| HSL | 304.84º | 0.67% | 0.53% | - |
| HSV(B) | 304.84º | 0.75% | 0.85% | - |
| XYZ | 40.46 | 21.64 | 58.54 | - |
| YUV | 120.01 | 174.84 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 203 | 0 | 0.75 | 0.06 | 0.15 | 304.84 | 0.67 | 0.53 |
| Hex | D8 | 37 | CB | 0 | 4B | 6 | F | 131 | 43 | 35 |
| Octal | 330 | 67 | 313 | 0 | 113 | 6 | 17 | 461 | 103 | 65 |
| Binary | 11011000 | 110111 | 11001011 | 0 | 1001011 | 110 | 1111 | 100110001 | 1000011 | 110101 |
Color Harmonies of #D837CB
Complementary color
Monochromatic Colors of #D837CB
Black with #D837CB
Text Example
Text Example
White with #D837CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D837CB; }
p { color: rgb(216,55,203); }
H1.HeaderClassName
{
color: #D837CB;
}
.AnyTagClassName
{
color: #D837CB;
}
</style>
background-color css
<style>
a { background-color: #D837CB; }
a { background-color: rgb(216,55,203); }
div.DivClassName
{
background-color: #D837CB;
}
.BgClassName
{
background-color: #D837CB;
}
</style>
border-color css
<style>
span { border-color: #D837CB; }
span { border-color: rgb(216,55,203); }
td.TdClassName
{
border-color: #D837CB;
}
.TagClassName
{
border-color: #D837CB;
}
</style>