Html Css Color HEX #D05CDA Free Speech Magenta
📋 copy color: '#D05CDA'red 208 ◦ green 92 ◦ blue 218
Shades of Free Speech Magenta #D05CDA
Tints of Free Speech Magenta #D05CDA
RGB
CMYK
RGB Variations
Color information
#D05CDA (or 0xD05CDA) is known color: Free Speech Magenta. HEX triplet: D0, 5C and DA. RGB value is (208,92,218). Sum of RGB (Red+Green+Blue) = 208+92+218=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #D05CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05CDA is #2FA325. Grayscale: #8C8C8C. Windows color (decimal): -3121958 or 14310608. OLE color: 14310608.
HSL color Cylindrical-coordinate representation of color #D05CDA: hue angle of 295.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D05CDA is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 92 | 218 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.15 |
| HSL | 295.24º | 0.63% | 0.61% | - |
| HSV(B) | 295.24º | 0.58% | 0.85% | - |
| XYZ | 42.49 | 26.13 | 69.13 | - |
| YUV | 141.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 218 | 0.05 | 0.58 | 0 | 0.15 | 295.24 | 0.63 | 0.61 |
| Hex | D0 | 5C | DA | 5 | 3A | 0 | F | 127 | 3F | 3D |
| Octal | 320 | 134 | 332 | 5 | 72 | 0 | 17 | 447 | 77 | 75 |
| Binary | 11010000 | 1011100 | 11011010 | 101 | 111010 | 0 | 1111 | 100100111 | 111111 | 111101 |
Color Harmonies of #D05CDA
Complementary color
Monochromatic Colors of #D05CDA
Black with #D05CDA
Text Example
Text Example
White with #D05CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05CDA; }
p { color: rgb(208,92,218); }
H1.HeaderClassName
{
color: #D05CDA;
}
.AnyTagClassName
{
color: #D05CDA;
}
</style>
background-color css
<style>
a { background-color: #D05CDA; }
a { background-color: rgb(208,92,218); }
div.DivClassName
{
background-color: #D05CDA;
}
.BgClassName
{
background-color: #D05CDA;
}
</style>
border-color css
<style>
span { border-color: #D05CDA; }
span { border-color: rgb(208,92,218); }
td.TdClassName
{
border-color: #D05CDA;
}
.TagClassName
{
border-color: #D05CDA;
}
</style>