Html Css Color HEX #D65DD2 Free Speech Magenta
📋 copy color: '#D65DD2'red 214 ◦ green 93 ◦ blue 210
Shades of Free Speech Magenta #D65DD2
Tints of Free Speech Magenta #D65DD2
RGB
CMYK
RGB Variations
Color information
#D65DD2 (or 0xD65DD2) is known color: Free Speech Magenta. HEX triplet: D6, 5D and D2. RGB value is (214,93,210). Sum of RGB (Red+Green+Blue) = 214+93+210=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DD2 is #29A22D. Grayscale: #8E8E8E. Windows color (decimal): -2728494 or 13786582. OLE color: 13786582.
HSL color Cylindrical-coordinate representation of color #D65DD2: hue angle of 301.98º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65DD2 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 210 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.16 |
| HSL | 301.98º | 0.6% | 0.6% | - |
| HSV(B) | 301.98º | 0.57% | 0.84% | - |
| XYZ | 43.28 | 26.78 | 63.86 | - |
| YUV | 142.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 210 | 0 | 0.57 | 0.02 | 0.16 | 301.98 | 0.6 | 0.6 |
| Hex | D6 | 5D | D2 | 0 | 39 | 2 | 10 | 12E | 3C | 3C |
| Octal | 326 | 135 | 322 | 0 | 71 | 2 | 20 | 456 | 74 | 74 |
| Binary | 11010110 | 1011101 | 11010010 | 0 | 111001 | 10 | 10000 | 100101110 | 111100 | 111100 |
Color Harmonies of #D65DD2
Complementary color
Monochromatic Colors of #D65DD2
Black with #D65DD2
Text Example
Text Example
White with #D65DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DD2; }
p { color: rgb(214,93,210); }
H1.HeaderClassName
{
color: #D65DD2;
}
.AnyTagClassName
{
color: #D65DD2;
}
</style>
background-color css
<style>
a { background-color: #D65DD2; }
a { background-color: rgb(214,93,210); }
div.DivClassName
{
background-color: #D65DD2;
}
.BgClassName
{
background-color: #D65DD2;
}
</style>
border-color css
<style>
span { border-color: #D65DD2; }
span { border-color: rgb(214,93,210); }
td.TdClassName
{
border-color: #D65DD2;
}
.TagClassName
{
border-color: #D65DD2;
}
</style>