Html Css Color HEX #D65BCD Free Speech Magenta
📋 copy color: '#D65BCD'red 214 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #D65BCD
Tints of Free Speech Magenta #D65BCD
RGB
CMYK
RGB Variations
Color information
#D65BCD (or 0xD65BCD) is known color: Free Speech Magenta. HEX triplet: D6, 5B and CD. RGB value is (214,91,205). Sum of RGB (Red+Green+Blue) = 214+91+205=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D65BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BCD is #29A432. Grayscale: #8C8C8C. Windows color (decimal): -2729011 or 13458390. OLE color: 13458390.
HSL color Cylindrical-coordinate representation of color #D65BCD: hue angle of 304.39º 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 #D65BCD is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 91 | 205 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.16 |
| HSL | 304.39º | 0.6% | 0.6% | - |
| HSV(B) | 304.39º | 0.57% | 0.84% | - |
| XYZ | 42.49 | 26.19 | 60.57 | - |
| YUV | 140.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 205 | 0 | 0.57 | 0.04 | 0.16 | 304.39 | 0.6 | 0.6 |
| Hex | D6 | 5B | CD | 0 | 39 | 4 | 10 | 130 | 3C | 3C |
| Octal | 326 | 133 | 315 | 0 | 71 | 4 | 20 | 460 | 74 | 74 |
| Binary | 11010110 | 1011011 | 11001101 | 0 | 111001 | 100 | 10000 | 100110000 | 111100 | 111100 |
Color Harmonies of #D65BCD
Complementary color
Monochromatic Colors of #D65BCD
Black with #D65BCD
Text Example
Text Example
White with #D65BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BCD; }
p { color: rgb(214,91,205); }
H1.HeaderClassName
{
color: #D65BCD;
}
.AnyTagClassName
{
color: #D65BCD;
}
</style>
background-color css
<style>
a { background-color: #D65BCD; }
a { background-color: rgb(214,91,205); }
div.DivClassName
{
background-color: #D65BCD;
}
.BgClassName
{
background-color: #D65BCD;
}
</style>
border-color css
<style>
span { border-color: #D65BCD; }
span { border-color: rgb(214,91,205); }
td.TdClassName
{
border-color: #D65BCD;
}
.TagClassName
{
border-color: #D65BCD;
}
</style>