Shades of Fuchsia #D448CE
Tints of Fuchsia #D448CE
RGB
CMYK
RGB Variations
Color information
#D448CE (or 0xD448CE) is known color: Fuchsia. HEX triplet: D4, 48 and CE. RGB value is (212,72,206). Sum of RGB (Red+Green+Blue) = 212+72+206=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D448CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448CE is #2BB731. Grayscale: #808080. Windows color (decimal): -2864946 or 13519060. OLE color: 13519060.
HSL color Cylindrical-coordinate representation of color #D448CE: hue angle of 302.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D448CE is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 206 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.17 |
| HSL | 302.57º | 0.62% | 0.56% | - |
| HSV(B) | 302.57º | 0.66% | 0.83% | - |
| XYZ | 40.61 | 23.09 | 60.71 | - |
| YUV | 129.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 206 | 0 | 0.66 | 0.03 | 0.17 | 302.57 | 0.62 | 0.56 |
| Hex | D4 | 48 | CE | 0 | 42 | 3 | 11 | 12F | 3E | 38 |
| Octal | 324 | 110 | 316 | 0 | 102 | 3 | 21 | 457 | 76 | 70 |
| Binary | 11010100 | 1001000 | 11001110 | 0 | 1000010 | 11 | 10001 | 100101111 | 111110 | 111000 |
Color Harmonies of #D448CE
Complementary color
Monochromatic Colors of #D448CE
Black with #D448CE
Text Example
Text Example
White with #D448CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D448CE; }
p { color: rgb(212,72,206); }
H1.HeaderClassName
{
color: #D448CE;
}
.AnyTagClassName
{
color: #D448CE;
}
</style>
background-color css
<style>
a { background-color: #D448CE; }
a { background-color: rgb(212,72,206); }
div.DivClassName
{
background-color: #D448CE;
}
.BgClassName
{
background-color: #D448CE;
}
</style>
border-color css
<style>
span { border-color: #D448CE; }
span { border-color: rgb(212,72,206); }
td.TdClassName
{
border-color: #D448CE;
}
.TagClassName
{
border-color: #D448CE;
}
</style>