Html Css Color HEX #D653C9 Free Speech Magenta
📋 copy color: '#D653C9'red 214 ◦ green 83 ◦ blue 201
Shades of Free Speech Magenta #D653C9
Tints of Free Speech Magenta #D653C9
RGB
CMYK
RGB Variations
Color information
#D653C9 (or 0xD653C9) is known color: Free Speech Magenta. HEX triplet: D6, 53 and C9. RGB value is (214,83,201). Sum of RGB (Red+Green+Blue) = 214+83+201=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D653C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653C9 is #29AC36. Grayscale: #878787. Windows color (decimal): -2731063 or 13194198. OLE color: 13194198.
HSL color Cylindrical-coordinate representation of color #D653C9: hue angle of 305.95º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D653C9 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 201 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.16 |
| HSL | 305.95º | 0.62% | 0.58% | - |
| HSV(B) | 305.95º | 0.61% | 0.84% | - |
| XYZ | 41.37 | 24.7 | 57.85 | - |
| YUV | 135.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 201 | 0 | 0.61 | 0.06 | 0.16 | 305.95 | 0.62 | 0.58 |
| Hex | D6 | 53 | C9 | 0 | 3D | 6 | 10 | 132 | 3E | 3A |
| Octal | 326 | 123 | 311 | 0 | 75 | 6 | 20 | 462 | 76 | 72 |
| Binary | 11010110 | 1010011 | 11001001 | 0 | 111101 | 110 | 10000 | 100110010 | 111110 | 111010 |
Color Harmonies of #D653C9
Complementary color
Monochromatic Colors of #D653C9
Black with #D653C9
Text Example
Text Example
White with #D653C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D653C9; }
p { color: rgb(214,83,201); }
H1.HeaderClassName
{
color: #D653C9;
}
.AnyTagClassName
{
color: #D653C9;
}
</style>
background-color css
<style>
a { background-color: #D653C9; }
a { background-color: rgb(214,83,201); }
div.DivClassName
{
background-color: #D653C9;
}
.BgClassName
{
background-color: #D653C9;
}
</style>
border-color css
<style>
span { border-color: #D653C9; }
span { border-color: rgb(214,83,201); }
td.TdClassName
{
border-color: #D653C9;
}
.TagClassName
{
border-color: #D653C9;
}
</style>