Html Css Color HEX #D35CDD Free Speech Magenta
📋 copy color: '#D35CDD'red 211 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #D35CDD
Tints of Free Speech Magenta #D35CDD
RGB
CMYK
RGB Variations
Color information
#D35CDD (or 0xD35CDD) is known color: Free Speech Magenta. HEX triplet: D3, 5C and DD. RGB value is (211,92,221). Sum of RGB (Red+Green+Blue) = 211+92+221=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #D35CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35CDD is #2CA322. Grayscale: #8D8D8D. Windows color (decimal): -2925347 or 14507219. OLE color: 14507219.
HSL color Cylindrical-coordinate representation of color #D35CDD: hue angle of 295.35º 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 #D35CDD is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 92 | 221 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.13 |
| HSL | 295.35º | 0.65% | 0.61% | - |
| HSV(B) | 295.35º | 0.58% | 0.87% | - |
| XYZ | 43.74 | 26.72 | 71.26 | - |
| YUV | 142.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 92 | 221 | 0.05 | 0.58 | 0 | 0.13 | 295.35 | 0.65 | 0.61 |
| Hex | D3 | 5C | DD | 5 | 3A | 0 | D | 127 | 41 | 3D |
| Octal | 323 | 134 | 335 | 5 | 72 | 0 | 15 | 447 | 101 | 75 |
| Binary | 11010011 | 1011100 | 11011101 | 101 | 111010 | 0 | 1101 | 100100111 | 1000001 | 111101 |
Color Harmonies of #D35CDD
Complementary color
Monochromatic Colors of #D35CDD
Black with #D35CDD
Text Example
Text Example
White with #D35CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35CDD; }
p { color: rgb(211,92,221); }
H1.HeaderClassName
{
color: #D35CDD;
}
.AnyTagClassName
{
color: #D35CDD;
}
</style>
background-color css
<style>
a { background-color: #D35CDD; }
a { background-color: rgb(211,92,221); }
div.DivClassName
{
background-color: #D35CDD;
}
.BgClassName
{
background-color: #D35CDD;
}
</style>
border-color css
<style>
span { border-color: #D35CDD; }
span { border-color: rgb(211,92,221); }
td.TdClassName
{
border-color: #D35CDD;
}
.TagClassName
{
border-color: #D35CDD;
}
</style>