Html Css Color HEX #D65ADB Free Speech Magenta
📋 copy color: '#D65ADB'red 214 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #D65ADB
Tints of Free Speech Magenta #D65ADB
RGB
CMYK
RGB Variations
Color information
#D65ADB (or 0xD65ADB) is known color: Free Speech Magenta. HEX triplet: D6, 5A and DB. RGB value is (214,90,219). Sum of RGB (Red+Green+Blue) = 214+90+219=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #D65ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ADB is #29A524. Grayscale: #8D8D8D. Windows color (decimal): -2729253 or 14375638. OLE color: 14375638.
HSL color Cylindrical-coordinate representation of color #D65ADB: hue angle of 297.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65ADB is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 90 | 219 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.14 |
| HSL | 297.67º | 0.64% | 0.61% | - |
| HSV(B) | 297.67º | 0.59% | 0.86% | - |
| XYZ | 44.17 | 26.72 | 69.85 | - |
| YUV | 141.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 219 | 0.02 | 0.59 | 0 | 0.14 | 297.67 | 0.64 | 0.61 |
| Hex | D6 | 5A | DB | 2 | 3B | 0 | E | 12A | 40 | 3D |
| Octal | 326 | 132 | 333 | 2 | 73 | 0 | 16 | 452 | 100 | 75 |
| Binary | 11010110 | 1011010 | 11011011 | 10 | 111011 | 0 | 1110 | 100101010 | 1000000 | 111101 |
Color Harmonies of #D65ADB
Complementary color
Monochromatic Colors of #D65ADB
Black with #D65ADB
Text Example
Text Example
White with #D65ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65ADB; }
p { color: rgb(214,90,219); }
H1.HeaderClassName
{
color: #D65ADB;
}
.AnyTagClassName
{
color: #D65ADB;
}
</style>
background-color css
<style>
a { background-color: #D65ADB; }
a { background-color: rgb(214,90,219); }
div.DivClassName
{
background-color: #D65ADB;
}
.BgClassName
{
background-color: #D65ADB;
}
</style>
border-color css
<style>
span { border-color: #D65ADB; }
span { border-color: rgb(214,90,219); }
td.TdClassName
{
border-color: #D65ADB;
}
.TagClassName
{
border-color: #D65ADB;
}
</style>