Shades of Fuchsia #D153CB
Tints of Fuchsia #D153CB
RGB
CMYK
RGB Variations
Color information
#D153CB (or 0xD153CB) is known color: Fuchsia. HEX triplet: D1, 53 and CB. RGB value is (209,83,203). Sum of RGB (Red+Green+Blue) = 209+83+203=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D153CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153CB is #2EAC34. Grayscale: #868686. Windows color (decimal): -3058741 or 13325265. OLE color: 13325265.
HSL color Cylindrical-coordinate representation of color #D153CB: hue angle of 302.86º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D153CB is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 203 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.18 |
| HSL | 302.86º | 0.58% | 0.57% | - |
| HSV(B) | 302.86º | 0.6% | 0.82% | - |
| XYZ | 40.17 | 24.05 | 59.03 | - |
| YUV | 134.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 203 | 0 | 0.60 | 0.03 | 0.18 | 302.86 | 0.58 | 0.57 |
| Hex | D1 | 53 | CB | 0 | 3C | 3 | 12 | 12F | 3A | 39 |
| Octal | 321 | 123 | 313 | 0 | 74 | 3 | 22 | 457 | 72 | 71 |
| Binary | 11010001 | 1010011 | 11001011 | 0 | 111100 | 11 | 10010 | 100101111 | 111010 | 111001 |
Color Harmonies of #D153CB
Complementary color
Monochromatic Colors of #D153CB
Black with #D153CB
Text Example
Text Example
White with #D153CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153CB; }
p { color: rgb(209,83,203); }
H1.HeaderClassName
{
color: #D153CB;
}
.AnyTagClassName
{
color: #D153CB;
}
</style>
background-color css
<style>
a { background-color: #D153CB; }
a { background-color: rgb(209,83,203); }
div.DivClassName
{
background-color: #D153CB;
}
.BgClassName
{
background-color: #D153CB;
}
</style>
border-color css
<style>
span { border-color: #D153CB; }
span { border-color: rgb(209,83,203); }
td.TdClassName
{
border-color: #D153CB;
}
.TagClassName
{
border-color: #D153CB;
}
</style>