Html Css Color HEX #D653DC Free Speech Magenta
📋 copy color: '#D653DC'red 214 ◦ green 83 ◦ blue 220
Shades of Free Speech Magenta #D653DC
Tints of Free Speech Magenta #D653DC
RGB
CMYK
RGB Variations
Color information
#D653DC (or 0xD653DC) is known color: Free Speech Magenta. HEX triplet: D6, 53 and DC. RGB value is (214,83,220). Sum of RGB (Red+Green+Blue) = 214+83+220=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #D653DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653DC is #29AC23. Grayscale: #898989. Windows color (decimal): -2731044 or 14439382. OLE color: 14439382.
HSL color Cylindrical-coordinate representation of color #D653DC: hue angle of 297.37º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D653DC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 83 | 220 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.14 |
| HSL | 297.37º | 0.66% | 0.59% | - |
| HSV(B) | 297.37º | 0.62% | 0.86% | - |
| XYZ | 43.74 | 25.65 | 70.36 | - |
| YUV | 137.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 220 | 0.03 | 0.62 | 0 | 0.14 | 297.37 | 0.66 | 0.59 |
| Hex | D6 | 53 | DC | 3 | 3E | 0 | E | 129 | 42 | 3B |
| Octal | 326 | 123 | 334 | 3 | 76 | 0 | 16 | 451 | 102 | 73 |
| Binary | 11010110 | 1010011 | 11011100 | 11 | 111110 | 0 | 1110 | 100101001 | 1000010 | 111011 |
Color Harmonies of #D653DC
Complementary color
Monochromatic Colors of #D653DC
Black with #D653DC
Text Example
Text Example
White with #D653DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D653DC; }
p { color: rgb(214,83,220); }
H1.HeaderClassName
{
color: #D653DC;
}
.AnyTagClassName
{
color: #D653DC;
}
</style>
background-color css
<style>
a { background-color: #D653DC; }
a { background-color: rgb(214,83,220); }
div.DivClassName
{
background-color: #D653DC;
}
.BgClassName
{
background-color: #D653DC;
}
</style>
border-color css
<style>
span { border-color: #D653DC; }
span { border-color: rgb(214,83,220); }
td.TdClassName
{
border-color: #D653DC;
}
.TagClassName
{
border-color: #D653DC;
}
</style>