Html Css Color HEX #D65BDA Free Speech Magenta
📋 copy color: '#D65BDA'red 214 ◦ green 91 ◦ blue 218
Shades of Free Speech Magenta #D65BDA
Tints of Free Speech Magenta #D65BDA
RGB
CMYK
RGB Variations
Color information
#D65BDA (or 0xD65BDA) is known color: Free Speech Magenta. HEX triplet: D6, 5B and DA. RGB value is (214,91,218). Sum of RGB (Red+Green+Blue) = 214+91+218=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #D65BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BDA is #29A425. Grayscale: #8D8D8D. Windows color (decimal): -2728998 or 14310358. OLE color: 14310358.
HSL color Cylindrical-coordinate representation of color #D65BDA: hue angle of 298.11º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65BDA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 91 | 218 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.15 |
| HSL | 298.11º | 0.63% | 0.61% | - |
| HSV(B) | 298.11º | 0.58% | 0.85% | - |
| XYZ | 44.13 | 26.84 | 69.18 | - |
| YUV | 142.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 218 | 0.02 | 0.58 | 0 | 0.15 | 298.11 | 0.63 | 0.61 |
| Hex | D6 | 5B | DA | 2 | 3A | 0 | F | 12A | 3F | 3D |
| Octal | 326 | 133 | 332 | 2 | 72 | 0 | 17 | 452 | 77 | 75 |
| Binary | 11010110 | 1011011 | 11011010 | 10 | 111010 | 0 | 1111 | 100101010 | 111111 | 111101 |
Color Harmonies of #D65BDA
Complementary color
Monochromatic Colors of #D65BDA
Black with #D65BDA
Text Example
Text Example
White with #D65BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BDA; }
p { color: rgb(214,91,218); }
H1.HeaderClassName
{
color: #D65BDA;
}
.AnyTagClassName
{
color: #D65BDA;
}
</style>
background-color css
<style>
a { background-color: #D65BDA; }
a { background-color: rgb(214,91,218); }
div.DivClassName
{
background-color: #D65BDA;
}
.BgClassName
{
background-color: #D65BDA;
}
</style>
border-color css
<style>
span { border-color: #D65BDA; }
span { border-color: rgb(214,91,218); }
td.TdClassName
{
border-color: #D65BDA;
}
.TagClassName
{
border-color: #D65BDA;
}
</style>