Html Css Color HEX #D254DC Free Speech Magenta
📋 copy color: '#D254DC'red 210 ◦ green 84 ◦ blue 220
Shades of Free Speech Magenta #D254DC
Tints of Free Speech Magenta #D254DC
RGB
CMYK
RGB Variations
Color information
#D254DC (or 0xD254DC) is known color: Free Speech Magenta. HEX triplet: D2, 54 and DC. RGB value is (210,84,220). Sum of RGB (Red+Green+Blue) = 210+84+220=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #D254DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254DC is #2DAB23. Grayscale: #888888. Windows color (decimal): -2992932 or 14439634. OLE color: 14439634.
HSL color Cylindrical-coordinate representation of color #D254DC: hue angle of 295.59º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D254DC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 84 | 220 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.14 |
| HSL | 295.59º | 0.66% | 0.6% | - |
| HSV(B) | 295.59º | 0.62% | 0.86% | - |
| XYZ | 42.67 | 25.21 | 70.33 | - |
| YUV | 137.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 220 | 0.05 | 0.62 | 0 | 0.14 | 295.59 | 0.66 | 0.6 |
| Hex | D2 | 54 | DC | 5 | 3E | 0 | E | 128 | 42 | 3C |
| Octal | 322 | 124 | 334 | 5 | 76 | 0 | 16 | 450 | 102 | 74 |
| Binary | 11010010 | 1010100 | 11011100 | 101 | 111110 | 0 | 1110 | 100101000 | 1000010 | 111100 |
Color Harmonies of #D254DC
Complementary color
Monochromatic Colors of #D254DC
Black with #D254DC
Text Example
Text Example
White with #D254DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254DC; }
p { color: rgb(210,84,220); }
H1.HeaderClassName
{
color: #D254DC;
}
.AnyTagClassName
{
color: #D254DC;
}
</style>
background-color css
<style>
a { background-color: #D254DC; }
a { background-color: rgb(210,84,220); }
div.DivClassName
{
background-color: #D254DC;
}
.BgClassName
{
background-color: #D254DC;
}
</style>
border-color css
<style>
span { border-color: #D254DC; }
span { border-color: rgb(210,84,220); }
td.TdClassName
{
border-color: #D254DC;
}
.TagClassName
{
border-color: #D254DC;
}
</style>