Shades of Fuchsia #D042D4
Tints of Fuchsia #D042D4
RGB
CMYK
RGB Variations
Color information
#D042D4 (or 0xD042D4) is known color: Fuchsia. HEX triplet: D0, 42 and D4. RGB value is (208,66,212). Sum of RGB (Red+Green+Blue) = 208+66+212=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #D042D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042D4 is #2FBD2B. Grayscale: #7C7C7C. Windows color (decimal): -3128620 or 13910736. OLE color: 13910736.
HSL color Cylindrical-coordinate representation of color #D042D4: hue angle of 298.36º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D042D4 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 66 | 212 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.17 |
| HSL | 298.36º | 0.63% | 0.55% | - |
| HSV(B) | 298.36º | 0.69% | 0.83% | - |
| XYZ | 39.84 | 22.06 | 64.45 | - |
| YUV | 125.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 212 | 0.02 | 0.69 | 0 | 0.17 | 298.36 | 0.63 | 0.55 |
| Hex | D0 | 42 | D4 | 2 | 45 | 0 | 11 | 12A | 3F | 37 |
| Octal | 320 | 102 | 324 | 2 | 105 | 0 | 21 | 452 | 77 | 67 |
| Binary | 11010000 | 1000010 | 11010100 | 10 | 1000101 | 0 | 10001 | 100101010 | 111111 | 110111 |
Color Harmonies of #D042D4
Complementary color
Monochromatic Colors of #D042D4
Black with #D042D4
Text Example
Text Example
White with #D042D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042D4; }
p { color: rgb(208,66,212); }
H1.HeaderClassName
{
color: #D042D4;
}
.AnyTagClassName
{
color: #D042D4;
}
</style>
background-color css
<style>
a { background-color: #D042D4; }
a { background-color: rgb(208,66,212); }
div.DivClassName
{
background-color: #D042D4;
}
.BgClassName
{
background-color: #D042D4;
}
</style>
border-color css
<style>
span { border-color: #D042D4; }
span { border-color: rgb(208,66,212); }
td.TdClassName
{
border-color: #D042D4;
}
.TagClassName
{
border-color: #D042D4;
}
</style>