Html Css Color HEX #D254DD Free Speech Magenta
📋 copy color: '#D254DD'red 210 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #D254DD
Tints of Free Speech Magenta #D254DD
RGB
CMYK
RGB Variations
Color information
#D254DD (or 0xD254DD) is known color: Free Speech Magenta. HEX triplet: D2, 54 and DD. RGB value is (210,84,221). Sum of RGB (Red+Green+Blue) = 210+84+221=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #D254DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254DD is #2DAB22. Grayscale: #888888. Windows color (decimal): -2992931 or 14505170. OLE color: 14505170.
HSL color Cylindrical-coordinate representation of color #D254DD: hue angle of 295.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D254DD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 84 | 221 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.13 |
| HSL | 295.18º | 0.67% | 0.6% | - |
| HSV(B) | 295.18º | 0.62% | 0.87% | - |
| XYZ | 42.8 | 25.26 | 71.03 | - |
| YUV | 137.29 | 175.24 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 221 | 0.05 | 0.62 | 0 | 0.13 | 295.18 | 0.67 | 0.6 |
| Hex | D2 | 54 | DD | 5 | 3E | 0 | D | 127 | 43 | 3C |
| Octal | 322 | 124 | 335 | 5 | 76 | 0 | 15 | 447 | 103 | 74 |
| Binary | 11010010 | 1010100 | 11011101 | 101 | 111110 | 0 | 1101 | 100100111 | 1000011 | 111100 |
Color Harmonies of #D254DD
Complementary color
Monochromatic Colors of #D254DD
Black with #D254DD
Text Example
Text Example
White with #D254DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D254DD; }
p { color: rgb(210,84,221); }
H1.HeaderClassName
{
color: #D254DD;
}
.AnyTagClassName
{
color: #D254DD;
}
</style>
background-color css
<style>
a { background-color: #D254DD; }
a { background-color: rgb(210,84,221); }
div.DivClassName
{
background-color: #D254DD;
}
.BgClassName
{
background-color: #D254DD;
}
</style>
border-color css
<style>
span { border-color: #D254DD; }
span { border-color: rgb(210,84,221); }
td.TdClassName
{
border-color: #D254DD;
}
.TagClassName
{
border-color: #D254DD;
}
</style>