Html Css Color HEX #D75CDD Free Speech Magenta
📋 copy color: '#D75CDD'red 215 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #D75CDD
Tints of Free Speech Magenta #D75CDD
RGB
CMYK
RGB Variations
Color information
#D75CDD (or 0xD75CDD) is known color: Free Speech Magenta. HEX triplet: D7, 5C and DD. RGB value is (215,92,221). Sum of RGB (Red+Green+Blue) = 215+92+221=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #D75CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CDD is #28A322. Grayscale: #8F8F8F. Windows color (decimal): -2663203 or 14507223. OLE color: 14507223.
HSL color Cylindrical-coordinate representation of color #D75CDD: hue angle of 297.21º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75CDD is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 92 | 221 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.13 |
| HSL | 297.21º | 0.65% | 0.61% | - |
| HSV(B) | 297.21º | 0.58% | 0.87% | - |
| XYZ | 44.9 | 27.32 | 71.31 | - |
| YUV | 143.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 221 | 0.03 | 0.58 | 0 | 0.13 | 297.21 | 0.65 | 0.61 |
| Hex | D7 | 5C | DD | 3 | 3A | 0 | D | 129 | 41 | 3D |
| Octal | 327 | 134 | 335 | 3 | 72 | 0 | 15 | 451 | 101 | 75 |
| Binary | 11010111 | 1011100 | 11011101 | 11 | 111010 | 0 | 1101 | 100101001 | 1000001 | 111101 |
Color Harmonies of #D75CDD
Complementary color
Monochromatic Colors of #D75CDD
Black with #D75CDD
Text Example
Text Example
White with #D75CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75CDD; }
p { color: rgb(215,92,221); }
H1.HeaderClassName
{
color: #D75CDD;
}
.AnyTagClassName
{
color: #D75CDD;
}
</style>
background-color css
<style>
a { background-color: #D75CDD; }
a { background-color: rgb(215,92,221); }
div.DivClassName
{
background-color: #D75CDD;
}
.BgClassName
{
background-color: #D75CDD;
}
</style>
border-color css
<style>
span { border-color: #D75CDD; }
span { border-color: rgb(215,92,221); }
td.TdClassName
{
border-color: #D75CDD;
}
.TagClassName
{
border-color: #D75CDD;
}
</style>