Shades of Fuchsia #D148CE
Tints of Fuchsia #D148CE
RGB
CMYK
RGB Variations
Color information
#D148CE (or 0xD148CE) is known color: Fuchsia. HEX triplet: D1, 48 and CE. RGB value is (209,72,206). Sum of RGB (Red+Green+Blue) = 209+72+206=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D148CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D148CE is #2EB731. Grayscale: #7F7F7F. Windows color (decimal): -3061554 or 13519057. OLE color: 13519057.
HSL color Cylindrical-coordinate representation of color #D148CE: hue angle of 301.31º 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 #D148CE is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 72 | 206 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.18 |
| HSL | 301.31º | 0.6% | 0.55% | - |
| HSV(B) | 301.31º | 0.66% | 0.82% | - |
| XYZ | 39.75 | 22.65 | 60.67 | - |
| YUV | 128.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 72 | 206 | 0 | 0.66 | 0.01 | 0.18 | 301.31 | 0.6 | 0.55 |
| Hex | D1 | 48 | CE | 0 | 42 | 1 | 12 | 12D | 3C | 37 |
| Octal | 321 | 110 | 316 | 0 | 102 | 1 | 22 | 455 | 74 | 67 |
| Binary | 11010001 | 1001000 | 11001110 | 0 | 1000010 | 1 | 10010 | 100101101 | 111100 | 110111 |
Color Harmonies of #D148CE
Complementary color
Monochromatic Colors of #D148CE
Black with #D148CE
Text Example
Text Example
White with #D148CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D148CE; }
p { color: rgb(209,72,206); }
H1.HeaderClassName
{
color: #D148CE;
}
.AnyTagClassName
{
color: #D148CE;
}
</style>
background-color css
<style>
a { background-color: #D148CE; }
a { background-color: rgb(209,72,206); }
div.DivClassName
{
background-color: #D148CE;
}
.BgClassName
{
background-color: #D148CE;
}
</style>
border-color css
<style>
span { border-color: #D148CE; }
span { border-color: rgb(209,72,206); }
td.TdClassName
{
border-color: #D148CE;
}
.TagClassName
{
border-color: #D148CE;
}
</style>