Html Css Color HEX #D65ADE Free Speech Magenta
📋 copy color: '#D65ADE'red 214 ◦ green 90 ◦ blue 222
Shades of Free Speech Magenta #D65ADE
Tints of Free Speech Magenta #D65ADE
RGB
CMYK
RGB Variations
Color information
#D65ADE (or 0xD65ADE) is known color: Free Speech Magenta. HEX triplet: D6, 5A and DE. RGB value is (214,90,222). Sum of RGB (Red+Green+Blue) = 214+90+222=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #D65ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ADE is #29A521. Grayscale: #8D8D8D. Windows color (decimal): -2729250 or 14572246. OLE color: 14572246.
HSL color Cylindrical-coordinate representation of color #D65ADE: hue angle of 296.36º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65ADE is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 90 | 222 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.13 |
| HSL | 296.36º | 0.67% | 0.61% | - |
| HSV(B) | 296.36º | 0.59% | 0.87% | - |
| XYZ | 44.57 | 26.88 | 71.95 | - |
| YUV | 142.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 222 | 0.04 | 0.59 | 0 | 0.13 | 296.36 | 0.67 | 0.61 |
| Hex | D6 | 5A | DE | 4 | 3B | 0 | D | 128 | 43 | 3D |
| Octal | 326 | 132 | 336 | 4 | 73 | 0 | 15 | 450 | 103 | 75 |
| Binary | 11010110 | 1011010 | 11011110 | 100 | 111011 | 0 | 1101 | 100101000 | 1000011 | 111101 |
Color Harmonies of #D65ADE
Complementary color
Monochromatic Colors of #D65ADE
Black with #D65ADE
Text Example
Text Example
White with #D65ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65ADE; }
p { color: rgb(214,90,222); }
H1.HeaderClassName
{
color: #D65ADE;
}
.AnyTagClassName
{
color: #D65ADE;
}
</style>
background-color css
<style>
a { background-color: #D65ADE; }
a { background-color: rgb(214,90,222); }
div.DivClassName
{
background-color: #D65ADE;
}
.BgClassName
{
background-color: #D65ADE;
}
</style>
border-color css
<style>
span { border-color: #D65ADE; }
span { border-color: rgb(214,90,222); }
td.TdClassName
{
border-color: #D65ADE;
}
.TagClassName
{
border-color: #D65ADE;
}
</style>