Shades of Fuchsia #D23CC4
Tints of Fuchsia #D23CC4
RGB
CMYK
RGB Variations
Color information
#D23CC4 (or 0xD23CC4) is known color: Fuchsia. HEX triplet: D2, 3C and C4. RGB value is (210,60,196). Sum of RGB (Red+Green+Blue) = 210+60+196=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D23CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CC4 is #2DC33B. Grayscale: #777777. Windows color (decimal): -2999100 or 12860626. OLE color: 12860626.
HSL color Cylindrical-coordinate representation of color #D23CC4: hue angle of 305.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23CC4 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 196 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.18 |
| HSL | 305.6º | 0.63% | 0.53% | - |
| HSV(B) | 305.6º | 0.71% | 0.82% | - |
| XYZ | 38.16 | 20.92 | 54.25 | - |
| YUV | 120.35 | 170.7 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 196 | 0 | 0.71 | 0.07 | 0.18 | 305.6 | 0.63 | 0.53 |
| Hex | D2 | 3C | C4 | 0 | 47 | 7 | 12 | 132 | 3E | 35 |
| Octal | 322 | 74 | 304 | 0 | 107 | 7 | 22 | 462 | 76 | 65 |
| Binary | 11010010 | 111100 | 11000100 | 0 | 1000111 | 111 | 10010 | 100110010 | 111110 | 110101 |
Color Harmonies of #D23CC4
Complementary color
Monochromatic Colors of #D23CC4
Black with #D23CC4
Text Example
Text Example
White with #D23CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CC4; }
p { color: rgb(210,60,196); }
H1.HeaderClassName
{
color: #D23CC4;
}
.AnyTagClassName
{
color: #D23CC4;
}
</style>
background-color css
<style>
a { background-color: #D23CC4; }
a { background-color: rgb(210,60,196); }
div.DivClassName
{
background-color: #D23CC4;
}
.BgClassName
{
background-color: #D23CC4;
}
</style>
border-color css
<style>
span { border-color: #D23CC4; }
span { border-color: rgb(210,60,196); }
td.TdClassName
{
border-color: #D23CC4;
}
.TagClassName
{
border-color: #D23CC4;
}
</style>