Shades of Fuchsia #D22FC4
Tints of Fuchsia #D22FC4
RGB
CMYK
RGB Variations
Color information
#D22FC4 (or 0xD22FC4) is known color: Fuchsia. HEX triplet: D2, 2F and C4. RGB value is (210,47,196). Sum of RGB (Red+Green+Blue) = 210+47+196=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FC4 is #2DD03B. Grayscale: #707070. Windows color (decimal): -3002428 or 12857298. OLE color: 12857298.
HSL color Cylindrical-coordinate representation of color #D22FC4: hue angle of 305.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22FC4 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 196 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.18 |
| HSL | 305.15º | 0.64% | 0.5% | - |
| HSV(B) | 305.15º | 0.78% | 0.82% | - |
| XYZ | 37.56 | 19.72 | 54.05 | - |
| YUV | 112.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 196 | 0 | 0.78 | 0.07 | 0.18 | 305.15 | 0.64 | 0.5 |
| Hex | D2 | 2F | C4 | 0 | 4E | 7 | 12 | 131 | 40 | 32 |
| Octal | 322 | 57 | 304 | 0 | 116 | 7 | 22 | 461 | 100 | 62 |
| Binary | 11010010 | 101111 | 11000100 | 0 | 1001110 | 111 | 10010 | 100110001 | 1000000 | 110010 |
Color Harmonies of #D22FC4
Complementary color
Monochromatic Colors of #D22FC4
Black with #D22FC4
Text Example
Text Example
White with #D22FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FC4; }
p { color: rgb(210,47,196); }
H1.HeaderClassName
{
color: #D22FC4;
}
.AnyTagClassName
{
color: #D22FC4;
}
</style>
background-color css
<style>
a { background-color: #D22FC4; }
a { background-color: rgb(210,47,196); }
div.DivClassName
{
background-color: #D22FC4;
}
.BgClassName
{
background-color: #D22FC4;
}
</style>
border-color css
<style>
span { border-color: #D22FC4; }
span { border-color: rgb(210,47,196); }
td.TdClassName
{
border-color: #D22FC4;
}
.TagClassName
{
border-color: #D22FC4;
}
</style>