Html Css Color HEX #D252D3 Free Speech Magenta
📋 copy color: '#D252D3'red 210 ◦ green 82 ◦ blue 211
Shades of Free Speech Magenta #D252D3
Tints of Free Speech Magenta #D252D3
RGB
CMYK
RGB Variations
Color information
#D252D3 (or 0xD252D3) is known color: Free Speech Magenta. HEX triplet: D2, 52 and D3. RGB value is (210,82,211). Sum of RGB (Red+Green+Blue) = 210+82+211=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #D252D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D252D3 is #2DAD2C. Grayscale: #868686. Windows color (decimal): -2993453 or 13849298. OLE color: 13849298.
HSL color Cylindrical-coordinate representation of color #D252D3: hue angle of 299.53º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D252D3 is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 82 | 211 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.17 |
| HSL | 299.53º | 0.59% | 0.57% | - |
| HSV(B) | 299.53º | 0.61% | 0.83% | - |
| XYZ | 41.35 | 24.44 | 64.17 | - |
| YUV | 134.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 211 | 0.00 | 0.61 | 0 | 0.17 | 299.53 | 0.59 | 0.57 |
| Hex | D2 | 52 | D3 | 0 | 3D | 0 | 11 | 12C | 3B | 39 |
| Octal | 322 | 122 | 323 | 0 | 75 | 0 | 21 | 454 | 73 | 71 |
| Binary | 11010010 | 1010010 | 11010011 | 0 | 111101 | 0 | 10001 | 100101100 | 111011 | 111001 |
Color Harmonies of #D252D3
Complementary color
Monochromatic Colors of #D252D3
Black with #D252D3
Text Example
Text Example
White with #D252D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D252D3; }
p { color: rgb(210,82,211); }
H1.HeaderClassName
{
color: #D252D3;
}
.AnyTagClassName
{
color: #D252D3;
}
</style>
background-color css
<style>
a { background-color: #D252D3; }
a { background-color: rgb(210,82,211); }
div.DivClassName
{
background-color: #D252D3;
}
.BgClassName
{
background-color: #D252D3;
}
</style>
border-color css
<style>
span { border-color: #D252D3; }
span { border-color: rgb(210,82,211); }
td.TdClassName
{
border-color: #D252D3;
}
.TagClassName
{
border-color: #D252D3;
}
</style>