Html Css Color HEX #D253CF Free Speech Magenta
📋 copy color: '#D253CF'red 210 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #D253CF
Tints of Free Speech Magenta #D253CF
RGB
CMYK
RGB Variations
Color information
#D253CF (or 0xD253CF) is known color: Free Speech Magenta. HEX triplet: D2, 53 and CF. RGB value is (210,83,207). Sum of RGB (Red+Green+Blue) = 210+83+207=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D253CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253CF is #2DAC30. Grayscale: #868686. Windows color (decimal): -2993201 or 13587410. OLE color: 13587410.
HSL color Cylindrical-coordinate representation of color #D253CF: hue angle of 301.42º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D253CF is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 207 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.18 |
| HSL | 301.42º | 0.59% | 0.57% | - |
| HSV(B) | 301.42º | 0.6% | 0.82% | - |
| XYZ | 40.93 | 24.39 | 61.58 | - |
| YUV | 135.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 207 | 0 | 0.60 | 0.01 | 0.18 | 301.42 | 0.59 | 0.57 |
| Hex | D2 | 53 | CF | 0 | 3C | 1 | 12 | 12D | 3B | 39 |
| Octal | 322 | 123 | 317 | 0 | 74 | 1 | 22 | 455 | 73 | 71 |
| Binary | 11010010 | 1010011 | 11001111 | 0 | 111100 | 1 | 10010 | 100101101 | 111011 | 111001 |
Color Harmonies of #D253CF
Complementary color
Monochromatic Colors of #D253CF
Black with #D253CF
Text Example
Text Example
White with #D253CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D253CF; }
p { color: rgb(210,83,207); }
H1.HeaderClassName
{
color: #D253CF;
}
.AnyTagClassName
{
color: #D253CF;
}
</style>
background-color css
<style>
a { background-color: #D253CF; }
a { background-color: rgb(210,83,207); }
div.DivClassName
{
background-color: #D253CF;
}
.BgClassName
{
background-color: #D253CF;
}
</style>
border-color css
<style>
span { border-color: #D253CF; }
span { border-color: rgb(210,83,207); }
td.TdClassName
{
border-color: #D253CF;
}
.TagClassName
{
border-color: #D253CF;
}
</style>