Html Css Color HEX #D65FDD Free Speech Magenta
📋 copy color: '#D65FDD'red 214 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #D65FDD
Tints of Free Speech Magenta #D65FDD
RGB
CMYK
RGB Variations
Color information
#D65FDD (or 0xD65FDD) is known color: Free Speech Magenta. HEX triplet: D6, 5F and DD. RGB value is (214,95,221). Sum of RGB (Red+Green+Blue) = 214+95+221=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #D65FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FDD is #29A022. Grayscale: #909090. Windows color (decimal): -2727971 or 14507990. OLE color: 14507990.
HSL color Cylindrical-coordinate representation of color #D65FDD: hue angle of 296.67º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65FDD is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 95 | 221 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.13 |
| HSL | 296.67º | 0.65% | 0.62% | - |
| HSV(B) | 296.67º | 0.57% | 0.87% | - |
| XYZ | 44.87 | 27.7 | 71.39 | - |
| YUV | 144.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 221 | 0.03 | 0.57 | 0 | 0.13 | 296.67 | 0.65 | 0.62 |
| Hex | D6 | 5F | DD | 3 | 39 | 0 | D | 129 | 41 | 3E |
| Octal | 326 | 137 | 335 | 3 | 71 | 0 | 15 | 451 | 101 | 76 |
| Binary | 11010110 | 1011111 | 11011101 | 11 | 111001 | 0 | 1101 | 100101001 | 1000001 | 111110 |
Color Harmonies of #D65FDD
Complementary color
Monochromatic Colors of #D65FDD
Black with #D65FDD
Text Example
Text Example
White with #D65FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FDD; }
p { color: rgb(214,95,221); }
H1.HeaderClassName
{
color: #D65FDD;
}
.AnyTagClassName
{
color: #D65FDD;
}
</style>
background-color css
<style>
a { background-color: #D65FDD; }
a { background-color: rgb(214,95,221); }
div.DivClassName
{
background-color: #D65FDD;
}
.BgClassName
{
background-color: #D65FDD;
}
</style>
border-color css
<style>
span { border-color: #D65FDD; }
span { border-color: rgb(214,95,221); }
td.TdClassName
{
border-color: #D65FDD;
}
.TagClassName
{
border-color: #D65FDD;
}
</style>