Shades of Fuchsia #D148CB
Tints of Fuchsia #D148CB
RGB
CMYK
RGB Variations
Color information
#D148CB (or 0xD148CB) is known color: Fuchsia. HEX triplet: D1, 48 and CB. RGB value is (209,72,203). Sum of RGB (Red+Green+Blue) = 209+72+203=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D148CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148CB is #2EB734. Grayscale: #7F7F7F. Windows color (decimal): -3061557 or 13322449. OLE color: 13322449.
HSL color Cylindrical-coordinate representation of color #D148CB: hue angle of 302.63º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D148CB is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 203 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.18 |
| HSL | 302.63º | 0.6% | 0.55% | - |
| HSV(B) | 302.63º | 0.66% | 0.82% | - |
| XYZ | 39.39 | 22.5 | 58.77 | - |
| YUV | 127.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 203 | 0 | 0.66 | 0.03 | 0.18 | 302.63 | 0.6 | 0.55 |
| Hex | D1 | 48 | CB | 0 | 42 | 3 | 12 | 12F | 3C | 37 |
| Octal | 321 | 110 | 313 | 0 | 102 | 3 | 22 | 457 | 74 | 67 |
| Binary | 11010001 | 1001000 | 11001011 | 0 | 1000010 | 11 | 10010 | 100101111 | 111100 | 110111 |
Color Harmonies of #D148CB
Complementary color
Monochromatic Colors of #D148CB
Black with #D148CB
Text Example
Text Example
White with #D148CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148CB; }
p { color: rgb(209,72,203); }
H1.HeaderClassName
{
color: #D148CB;
}
.AnyTagClassName
{
color: #D148CB;
}
</style>
background-color css
<style>
a { background-color: #D148CB; }
a { background-color: rgb(209,72,203); }
div.DivClassName
{
background-color: #D148CB;
}
.BgClassName
{
background-color: #D148CB;
}
</style>
border-color css
<style>
span { border-color: #D148CB; }
span { border-color: rgb(209,72,203); }
td.TdClassName
{
border-color: #D148CB;
}
.TagClassName
{
border-color: #D148CB;
}
</style>