Shades of Fuchsia #D442CA
Tints of Fuchsia #D442CA
RGB
CMYK
RGB Variations
Color information
#D442CA (or 0xD442CA) is known color: Fuchsia. HEX triplet: D4, 42 and CA. RGB value is (212,66,202). Sum of RGB (Red+Green+Blue) = 212+66+202=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D442CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442CA is #2BBD35. Grayscale: #7C7C7C. Windows color (decimal): -2866486 or 13255380. OLE color: 13255380.
HSL color Cylindrical-coordinate representation of color #D442CA: hue angle of 304.11º 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 #D442CA is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 202 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.17 |
| HSL | 304.11º | 0.63% | 0.55% | - |
| HSV(B) | 304.11º | 0.69% | 0.83% | - |
| XYZ | 39.76 | 22.16 | 58.06 | - |
| YUV | 125.16 | 171.37 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 202 | 0 | 0.69 | 0.05 | 0.17 | 304.11 | 0.63 | 0.55 |
| Hex | D4 | 42 | CA | 0 | 45 | 5 | 11 | 130 | 3F | 37 |
| Octal | 324 | 102 | 312 | 0 | 105 | 5 | 21 | 460 | 77 | 67 |
| Binary | 11010100 | 1000010 | 11001010 | 0 | 1000101 | 101 | 10001 | 100110000 | 111111 | 110111 |
Color Harmonies of #D442CA
Complementary color
Monochromatic Colors of #D442CA
Black with #D442CA
Text Example
Text Example
White with #D442CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D442CA; }
p { color: rgb(212,66,202); }
H1.HeaderClassName
{
color: #D442CA;
}
.AnyTagClassName
{
color: #D442CA;
}
</style>
background-color css
<style>
a { background-color: #D442CA; }
a { background-color: rgb(212,66,202); }
div.DivClassName
{
background-color: #D442CA;
}
.BgClassName
{
background-color: #D442CA;
}
</style>
border-color css
<style>
span { border-color: #D442CA; }
span { border-color: rgb(212,66,202); }
td.TdClassName
{
border-color: #D442CA;
}
.TagClassName
{
border-color: #D442CA;
}
</style>