Html Css Color HEX #D65CCD Free Speech Magenta
📋 copy color: '#D65CCD'red 214 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #D65CCD
Tints of Free Speech Magenta #D65CCD
RGB
CMYK
RGB Variations
Color information
#D65CCD (or 0xD65CCD) is known color: Free Speech Magenta. HEX triplet: D6, 5C and CD. RGB value is (214,92,205). Sum of RGB (Red+Green+Blue) = 214+92+205=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CCD is #29A332. Grayscale: #8D8D8D. Windows color (decimal): -2728755 or 13458646. OLE color: 13458646.
HSL color Cylindrical-coordinate representation of color #D65CCD: hue angle of 304.43º 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 #D65CCD is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 205 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.16 |
| HSL | 304.43º | 0.6% | 0.6% | - |
| HSV(B) | 304.43º | 0.57% | 0.84% | - |
| XYZ | 42.58 | 26.36 | 60.6 | - |
| YUV | 141.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 205 | 0 | 0.57 | 0.04 | 0.16 | 304.43 | 0.6 | 0.6 |
| Hex | D6 | 5C | CD | 0 | 39 | 4 | 10 | 130 | 3C | 3C |
| Octal | 326 | 134 | 315 | 0 | 71 | 4 | 20 | 460 | 74 | 74 |
| Binary | 11010110 | 1011100 | 11001101 | 0 | 111001 | 100 | 10000 | 100110000 | 111100 | 111100 |
Color Harmonies of #D65CCD
Complementary color
Monochromatic Colors of #D65CCD
Black with #D65CCD
Text Example
Text Example
White with #D65CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65CCD; }
p { color: rgb(214,92,205); }
H1.HeaderClassName
{
color: #D65CCD;
}
.AnyTagClassName
{
color: #D65CCD;
}
</style>
background-color css
<style>
a { background-color: #D65CCD; }
a { background-color: rgb(214,92,205); }
div.DivClassName
{
background-color: #D65CCD;
}
.BgClassName
{
background-color: #D65CCD;
}
</style>
border-color css
<style>
span { border-color: #D65CCD; }
span { border-color: rgb(214,92,205); }
td.TdClassName
{
border-color: #D65CCD;
}
.TagClassName
{
border-color: #D65CCD;
}
</style>