Html Css Color HEX #D650DC Free Speech Magenta
📋 copy color: '#D650DC'red 214 ◦ green 80 ◦ blue 220
Shades of Free Speech Magenta #D650DC
Tints of Free Speech Magenta #D650DC
RGB
CMYK
RGB Variations
Color information
#D650DC (or 0xD650DC) is known color: Free Speech Magenta. HEX triplet: D6, 50 and DC. RGB value is (214,80,220). Sum of RGB (Red+Green+Blue) = 214+80+220=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #D650DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D650DC is #29AF23. Grayscale: #878787. Windows color (decimal): -2731812 or 14438614. OLE color: 14438614.
HSL color Cylindrical-coordinate representation of color #D650DC: hue angle of 297.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D650DC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 214 | 80 | 220 | - |
CMYK | 0.03 | 0.64 | 0 | 0.14 |
HSL | 297.43º | 0.67% | 0.59% | - |
HSV(B) | 297.43º | 0.64% | 0.86% | - |
XYZ | 43.52 | 25.2 | 70.28 | - |
YUV | 136.03 | 175.39 | 183.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 80 | 220 | 0.03 | 0.64 | 0 | 0.14 | 297.43 | 0.67 | 0.59 |
Hex | D6 | 50 | DC | 3 | 40 | 0 | E | 129 | 43 | 3B |
Octal | 326 | 120 | 334 | 3 | 100 | 0 | 16 | 451 | 103 | 73 |
Binary | 11010110 | 1010000 | 11011100 | 11 | 1000000 | 0 | 1110 | 100101001 | 1000011 | 111011 |
Color Harmonies of #D650DC
Complementary color
Monochromatic Colors of #D650DC
Black with #D650DC
Text Example
Text Example
White with #D650DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D650DC; }
p { color: rgb(214,80,220); }
H1.HeaderClassName
{
color: #D650DC;
}
.AnyTagClassName
{
color: #D650DC;
}
</style>
background-color css
<style>
a { background-color: #D650DC; }
a { background-color: rgb(214,80,220); }
div.DivClassName
{
background-color: #D650DC;
}
.BgClassName
{
background-color: #D650DC;
}
</style>
border-color css
<style>
span { border-color: #D650DC; }
span { border-color: rgb(214,80,220); }
td.TdClassName
{
border-color: #D650DC;
}
.TagClassName
{
border-color: #D650DC;
}
</style>