Html Css Color HEX #D65FDC Free Speech Magenta
📋 copy color: '#D65FDC'red 214 ◦ green 95 ◦ blue 220
Shades of Free Speech Magenta #D65FDC
Tints of Free Speech Magenta #D65FDC
RGB
CMYK
RGB Variations
Color information
#D65FDC (or 0xD65FDC) is known color: Free Speech Magenta. HEX triplet: D6, 5F and DC. RGB value is (214,95,220). Sum of RGB (Red+Green+Blue) = 214+95+220=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #D65FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FDC is #29A023. Grayscale: #909090. Windows color (decimal): -2727972 or 14442454. OLE color: 14442454.
HSL color Cylindrical-coordinate representation of color #D65FDC: hue angle of 297.12º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65FDC is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 95 | 220 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.14 |
| HSL | 297.12º | 0.64% | 0.62% | - |
| HSV(B) | 297.12º | 0.57% | 0.86% | - |
| XYZ | 44.74 | 27.65 | 70.69 | - |
| YUV | 144.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 220 | 0.03 | 0.57 | 0 | 0.14 | 297.12 | 0.64 | 0.62 |
| Hex | D6 | 5F | DC | 3 | 39 | 0 | E | 129 | 40 | 3E |
| Octal | 326 | 137 | 334 | 3 | 71 | 0 | 16 | 451 | 100 | 76 |
| Binary | 11010110 | 1011111 | 11011100 | 11 | 111001 | 0 | 1110 | 100101001 | 1000000 | 111110 |
Color Harmonies of #D65FDC
Complementary color
Monochromatic Colors of #D65FDC
Black with #D65FDC
Text Example
Text Example
White with #D65FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65FDC; }
p { color: rgb(214,95,220); }
H1.HeaderClassName
{
color: #D65FDC;
}
.AnyTagClassName
{
color: #D65FDC;
}
</style>
background-color css
<style>
a { background-color: #D65FDC; }
a { background-color: rgb(214,95,220); }
div.DivClassName
{
background-color: #D65FDC;
}
.BgClassName
{
background-color: #D65FDC;
}
</style>
border-color css
<style>
span { border-color: #D65FDC; }
span { border-color: rgb(214,95,220); }
td.TdClassName
{
border-color: #D65FDC;
}
.TagClassName
{
border-color: #D65FDC;
}
</style>