Shades of Fuchsia #D254CC
Tints of Fuchsia #D254CC
RGB
CMYK
RGB Variations
Color information
#D254CC (or 0xD254CC) is known color: Fuchsia. HEX triplet: D2, 54 and CC. RGB value is (210,84,204). Sum of RGB (Red+Green+Blue) = 210+84+204=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D254CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254CC is #2DAB33. Grayscale: #878787. Windows color (decimal): -2992948 or 13391058. OLE color: 13391058.
HSL color Cylindrical-coordinate representation of color #D254CC: hue angle of 302.86º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D254CC is Cyan = 0, Magento = 0.6, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 204 | - |
| CMYK | 0 | 0.6 | 0.03 | 0.18 |
| HSL | 302.86º | 0.58% | 0.58% | - |
| HSV(B) | 302.86º | 0.6% | 0.82% | - |
| XYZ | 40.65 | 24.4 | 59.69 | - |
| YUV | 135.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 204 | 0 | 0.6 | 0.03 | 0.18 | 302.86 | 0.58 | 0.58 |
| Hex | D2 | 54 | CC | 0 | 3C | 3 | 12 | 12F | 3A | 3A |
| Octal | 322 | 124 | 314 | 0 | 74 | 3 | 22 | 457 | 72 | 72 |
| Binary | 11010010 | 1010100 | 11001100 | 0 | 111100 | 11 | 10010 | 100101111 | 111010 | 111010 |
Color Harmonies of #D254CC
Complementary color
Monochromatic Colors of #D254CC
Black with #D254CC
Text Example
Text Example
White with #D254CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254CC; }
p { color: rgb(210,84,204); }
H1.HeaderClassName
{
color: #D254CC;
}
.AnyTagClassName
{
color: #D254CC;
}
</style>
background-color css
<style>
a { background-color: #D254CC; }
a { background-color: rgb(210,84,204); }
div.DivClassName
{
background-color: #D254CC;
}
.BgClassName
{
background-color: #D254CC;
}
</style>
border-color css
<style>
span { border-color: #D254CC; }
span { border-color: rgb(210,84,204); }
td.TdClassName
{
border-color: #D254CC;
}
.TagClassName
{
border-color: #D254CC;
}
</style>