Shades of Fuchsia #D044D2
Tints of Fuchsia #D044D2
RGB
CMYK
RGB Variations
Color information
#D044D2 (or 0xD044D2) is known color: Fuchsia. HEX triplet: D0, 44 and D2. RGB value is (208,68,210). Sum of RGB (Red+Green+Blue) = 208+68+210=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #D044D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044D2 is #2FBB2D. Grayscale: #7D7D7D. Windows color (decimal): -3128110 or 13780176. OLE color: 13780176.
HSL color Cylindrical-coordinate representation of color #D044D2: hue angle of 299.15º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D044D2 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 210 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.18 |
| HSL | 299.15º | 0.61% | 0.55% | - |
| HSV(B) | 299.15º | 0.68% | 0.82% | - |
| XYZ | 39.71 | 22.2 | 63.16 | - |
| YUV | 126.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 210 | 0.01 | 0.68 | 0 | 0.18 | 299.15 | 0.61 | 0.55 |
| Hex | D0 | 44 | D2 | 1 | 44 | 0 | 12 | 12B | 3D | 37 |
| Octal | 320 | 104 | 322 | 1 | 104 | 0 | 22 | 453 | 75 | 67 |
| Binary | 11010000 | 1000100 | 11010010 | 1 | 1000100 | 0 | 10010 | 100101011 | 111101 | 110111 |
Color Harmonies of #D044D2
Complementary color
Monochromatic Colors of #D044D2
Black with #D044D2
Text Example
Text Example
White with #D044D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044D2; }
p { color: rgb(208,68,210); }
H1.HeaderClassName
{
color: #D044D2;
}
.AnyTagClassName
{
color: #D044D2;
}
</style>
background-color css
<style>
a { background-color: #D044D2; }
a { background-color: rgb(208,68,210); }
div.DivClassName
{
background-color: #D044D2;
}
.BgClassName
{
background-color: #D044D2;
}
</style>
border-color css
<style>
span { border-color: #D044D2; }
span { border-color: rgb(208,68,210); }
td.TdClassName
{
border-color: #D044D2;
}
.TagClassName
{
border-color: #D044D2;
}
</style>