Shades of Fuchsia #DD42BE
Tints of Fuchsia #DD42BE
RGB
CMYK
RGB Variations
Color information
#DD42BE (or 0xDD42BE) is known color: Fuchsia. HEX triplet: DD, 42 and BE. RGB value is (221,66,190). Sum of RGB (Red+Green+Blue) = 221+66+190=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42BE is #22BD41. Grayscale: #7E7E7E. Windows color (decimal): -2276674 or 12468957. OLE color: 12468957.
HSL color Cylindrical-coordinate representation of color #DD42BE: hue angle of 312º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42BE is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 190 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.13 |
| HSL | 312º | 0.7% | 0.56% | - |
| HSV(B) | 312º | 0.7% | 0.87% | - |
| XYZ | 41.06 | 22.99 | 50.99 | - |
| YUV | 126.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 190 | 0 | 0.70 | 0.14 | 0.13 | 312 | 0.7 | 0.56 |
| Hex | DD | 42 | BE | 0 | 46 | E | D | 138 | 46 | 38 |
| Octal | 335 | 102 | 276 | 0 | 106 | 16 | 15 | 470 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10111110 | 0 | 1000110 | 1110 | 1101 | 100111000 | 1000110 | 111000 |
Color Harmonies of #DD42BE
Complementary color
Monochromatic Colors of #DD42BE
Black with #DD42BE
Text Example
Text Example
White with #DD42BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42BE; }
p { color: rgb(221,66,190); }
H1.HeaderClassName
{
color: #DD42BE;
}
.AnyTagClassName
{
color: #DD42BE;
}
</style>
background-color css
<style>
a { background-color: #DD42BE; }
a { background-color: rgb(221,66,190); }
div.DivClassName
{
background-color: #DD42BE;
}
.BgClassName
{
background-color: #DD42BE;
}
</style>
border-color css
<style>
span { border-color: #DD42BE; }
span { border-color: rgb(221,66,190); }
td.TdClassName
{
border-color: #DD42BE;
}
.TagClassName
{
border-color: #DD42BE;
}
</style>