Shades of Fuchsia #D242CA
Tints of Fuchsia #D242CA
RGB
CMYK
RGB Variations
Color information
#D242CA (or 0xD242CA) is known color: Fuchsia. HEX triplet: D2, 42 and CA. RGB value is (210,66,202). Sum of RGB (Red+Green+Blue) = 210+66+202=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D242CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D242CA is #2DBD35. Grayscale: #7C7C7C. Windows color (decimal): -2997558 or 13255378. OLE color: 13255378.
HSL color Cylindrical-coordinate representation of color #D242CA: hue angle of 303.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D242CA is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 202 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.18 |
| HSL | 303.33º | 0.62% | 0.54% | - |
| HSV(B) | 303.33º | 0.69% | 0.82% | - |
| XYZ | 39.19 | 21.86 | 58.03 | - |
| YUV | 124.56 | 171.71 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 202 | 0 | 0.69 | 0.04 | 0.18 | 303.33 | 0.62 | 0.54 |
| Hex | D2 | 42 | CA | 0 | 45 | 4 | 12 | 12F | 3E | 36 |
| Octal | 322 | 102 | 312 | 0 | 105 | 4 | 22 | 457 | 76 | 66 |
| Binary | 11010010 | 1000010 | 11001010 | 0 | 1000101 | 100 | 10010 | 100101111 | 111110 | 110110 |
Color Harmonies of #D242CA
Complementary color
Monochromatic Colors of #D242CA
Black with #D242CA
Text Example
Text Example
White with #D242CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D242CA; }
p { color: rgb(210,66,202); }
H1.HeaderClassName
{
color: #D242CA;
}
.AnyTagClassName
{
color: #D242CA;
}
</style>
background-color css
<style>
a { background-color: #D242CA; }
a { background-color: rgb(210,66,202); }
div.DivClassName
{
background-color: #D242CA;
}
.BgClassName
{
background-color: #D242CA;
}
</style>
border-color css
<style>
span { border-color: #D242CA; }
span { border-color: rgb(210,66,202); }
td.TdClassName
{
border-color: #D242CA;
}
.TagClassName
{
border-color: #D242CA;
}
</style>