Html Css Color HEX #D245D6 Free Speech Magenta
📋 copy color: '#D245D6'red 210 ◦ green 69 ◦ blue 214
Shades of Free Speech Magenta #D245D6
Tints of Free Speech Magenta #D245D6
RGB
CMYK
RGB Variations
Color information
#D245D6 (or 0xD245D6) is known color: Free Speech Magenta. HEX triplet: D2, 45 and D6. RGB value is (210,69,214). Sum of RGB (Red+Green+Blue) = 210+69+214=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #D245D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D245D6 is #2DBA29. Grayscale: #7F7F7F. Windows color (decimal): -2996778 or 14042578. OLE color: 14042578.
HSL color Cylindrical-coordinate representation of color #D245D6: hue angle of 298.34º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D245D6 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 69 | 214 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.16 |
| HSL | 298.34º | 0.64% | 0.55% | - |
| HSV(B) | 298.34º | 0.68% | 0.84% | - |
| XYZ | 40.84 | 22.81 | 65.87 | - |
| YUV | 127.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 214 | 0.02 | 0.68 | 0 | 0.16 | 298.34 | 0.64 | 0.55 |
| Hex | D2 | 45 | D6 | 2 | 44 | 0 | 10 | 12A | 40 | 37 |
| Octal | 322 | 105 | 326 | 2 | 104 | 0 | 20 | 452 | 100 | 67 |
| Binary | 11010010 | 1000101 | 11010110 | 10 | 1000100 | 0 | 10000 | 100101010 | 1000000 | 110111 |
Color Harmonies of #D245D6
Complementary color
Monochromatic Colors of #D245D6
Black with #D245D6
Text Example
Text Example
White with #D245D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245D6; }
p { color: rgb(210,69,214); }
H1.HeaderClassName
{
color: #D245D6;
}
.AnyTagClassName
{
color: #D245D6;
}
</style>
background-color css
<style>
a { background-color: #D245D6; }
a { background-color: rgb(210,69,214); }
div.DivClassName
{
background-color: #D245D6;
}
.BgClassName
{
background-color: #D245D6;
}
</style>
border-color css
<style>
span { border-color: #D245D6; }
span { border-color: rgb(210,69,214); }
td.TdClassName
{
border-color: #D245D6;
}
.TagClassName
{
border-color: #D245D6;
}
</style>