Html Css Color HEX #D65EDB Free Speech Magenta
📋 copy color: '#D65EDB'red 214 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #D65EDB
Tints of Free Speech Magenta #D65EDB
RGB
CMYK
RGB Variations
Color information
#D65EDB (or 0xD65EDB) is known color: Free Speech Magenta. HEX triplet: D6, 5E and DB. RGB value is (214,94,219). Sum of RGB (Red+Green+Blue) = 214+94+219=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #D65EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EDB is #29A124. Grayscale: #8F8F8F. Windows color (decimal): -2728229 or 14376662. OLE color: 14376662.
HSL color Cylindrical-coordinate representation of color #D65EDB: hue angle of 297.6º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65EDB is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 94 | 219 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.14 |
| HSL | 297.6º | 0.63% | 0.61% | - |
| HSV(B) | 297.6º | 0.57% | 0.86% | - |
| XYZ | 44.52 | 27.42 | 69.96 | - |
| YUV | 144.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 219 | 0.02 | 0.57 | 0 | 0.14 | 297.6 | 0.63 | 0.61 |
| Hex | D6 | 5E | DB | 2 | 39 | 0 | E | 12A | 3F | 3D |
| Octal | 326 | 136 | 333 | 2 | 71 | 0 | 16 | 452 | 77 | 75 |
| Binary | 11010110 | 1011110 | 11011011 | 10 | 111001 | 0 | 1110 | 100101010 | 111111 | 111101 |
Color Harmonies of #D65EDB
Complementary color
Monochromatic Colors of #D65EDB
Black with #D65EDB
Text Example
Text Example
White with #D65EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EDB; }
p { color: rgb(214,94,219); }
H1.HeaderClassName
{
color: #D65EDB;
}
.AnyTagClassName
{
color: #D65EDB;
}
</style>
background-color css
<style>
a { background-color: #D65EDB; }
a { background-color: rgb(214,94,219); }
div.DivClassName
{
background-color: #D65EDB;
}
.BgClassName
{
background-color: #D65EDB;
}
</style>
border-color css
<style>
span { border-color: #D65EDB; }
span { border-color: rgb(214,94,219); }
td.TdClassName
{
border-color: #D65EDB;
}
.TagClassName
{
border-color: #D65EDB;
}
</style>