Html Css Color HEX #D35ACF Free Speech Magenta
📋 copy color: '#D35ACF'red 211 ◦ green 90 ◦ blue 207
Shades of Free Speech Magenta #D35ACF
Tints of Free Speech Magenta #D35ACF
RGB
CMYK
RGB Variations
Color information
#D35ACF (or 0xD35ACF) is known color: Free Speech Magenta. HEX triplet: D3, 5A and CF. RGB value is (211,90,207). Sum of RGB (Red+Green+Blue) = 211+90+207=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D35ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ACF is #2CA530. Grayscale: #8B8B8B. Windows color (decimal): -2925873 or 13589203. OLE color: 13589203.
HSL color Cylindrical-coordinate representation of color #D35ACF: hue angle of 301.98º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35ACF is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 90 | 207 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.17 |
| HSL | 301.98º | 0.58% | 0.59% | - |
| HSV(B) | 301.98º | 0.57% | 0.83% | - |
| XYZ | 41.78 | 25.67 | 61.78 | - |
| YUV | 139.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 90 | 207 | 0 | 0.57 | 0.02 | 0.17 | 301.98 | 0.58 | 0.59 |
| Hex | D3 | 5A | CF | 0 | 39 | 2 | 11 | 12E | 3A | 3B |
| Octal | 323 | 132 | 317 | 0 | 71 | 2 | 21 | 456 | 72 | 73 |
| Binary | 11010011 | 1011010 | 11001111 | 0 | 111001 | 10 | 10001 | 100101110 | 111010 | 111011 |
Color Harmonies of #D35ACF
Complementary color
Monochromatic Colors of #D35ACF
Black with #D35ACF
Text Example
Text Example
White with #D35ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35ACF; }
p { color: rgb(211,90,207); }
H1.HeaderClassName
{
color: #D35ACF;
}
.AnyTagClassName
{
color: #D35ACF;
}
</style>
background-color css
<style>
a { background-color: #D35ACF; }
a { background-color: rgb(211,90,207); }
div.DivClassName
{
background-color: #D35ACF;
}
.BgClassName
{
background-color: #D35ACF;
}
</style>
border-color css
<style>
span { border-color: #D35ACF; }
span { border-color: rgb(211,90,207); }
td.TdClassName
{
border-color: #D35ACF;
}
.TagClassName
{
border-color: #D35ACF;
}
</style>