Shades of Fuchsia #D254CD
Tints of Fuchsia #D254CD
RGB
CMYK
RGB Variations
Color information
#D254CD (or 0xD254CD) is known color: Fuchsia. HEX triplet: D2, 54 and CD. RGB value is (210,84,205). Sum of RGB (Red+Green+Blue) = 210+84+205=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D254CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254CD is #2DAB32. Grayscale: #878787. Windows color (decimal): -2992947 or 13456594. OLE color: 13456594.
HSL color Cylindrical-coordinate representation of color #D254CD: hue angle of 302.38º 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 #D254CD is Cyan = 0, Magento = 0.6, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 205 | - |
| CMYK | 0 | 0.6 | 0.02 | 0.18 |
| HSL | 302.38º | 0.58% | 0.58% | - |
| HSV(B) | 302.38º | 0.6% | 0.82% | - |
| XYZ | 40.77 | 24.45 | 60.33 | - |
| YUV | 135.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 205 | 0 | 0.6 | 0.02 | 0.18 | 302.38 | 0.58 | 0.58 |
| Hex | D2 | 54 | CD | 0 | 3C | 2 | 12 | 12E | 3A | 3A |
| Octal | 322 | 124 | 315 | 0 | 74 | 2 | 22 | 456 | 72 | 72 |
| Binary | 11010010 | 1010100 | 11001101 | 0 | 111100 | 10 | 10010 | 100101110 | 111010 | 111010 |
Color Harmonies of #D254CD
Complementary color
Monochromatic Colors of #D254CD
Black with #D254CD
Text Example
Text Example
White with #D254CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254CD; }
p { color: rgb(210,84,205); }
H1.HeaderClassName
{
color: #D254CD;
}
.AnyTagClassName
{
color: #D254CD;
}
</style>
background-color css
<style>
a { background-color: #D254CD; }
a { background-color: rgb(210,84,205); }
div.DivClassName
{
background-color: #D254CD;
}
.BgClassName
{
background-color: #D254CD;
}
</style>
border-color css
<style>
span { border-color: #D254CD; }
span { border-color: rgb(210,84,205); }
td.TdClassName
{
border-color: #D254CD;
}
.TagClassName
{
border-color: #D254CD;
}
</style>