Html Css Color HEX #D65BDF Free Speech Magenta
📋 copy color: '#D65BDF'red 214 ◦ green 91 ◦ blue 223
Shades of Free Speech Magenta #D65BDF
Tints of Free Speech Magenta #D65BDF
RGB
CMYK
RGB Variations
Color information
#D65BDF (or 0xD65BDF) is known color: Free Speech Magenta. HEX triplet: D6, 5B and DF. RGB value is (214,91,223). Sum of RGB (Red+Green+Blue) = 214+91+223=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 91 (35.94% from 255 or 17.23% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #D65BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BDF is #29A420. Grayscale: #8E8E8E. Windows color (decimal): -2728993 or 14638038. OLE color: 14638038.
HSL color Cylindrical-coordinate representation of color #D65BDF: hue angle of 295.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65BDF is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 91 | 223 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.13 |
| HSL | 295.91º | 0.67% | 0.62% | - |
| HSV(B) | 295.91º | 0.59% | 0.87% | - |
| XYZ | 44.79 | 27.11 | 72.68 | - |
| YUV | 142.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 91 | 223 | 0.04 | 0.59 | 0 | 0.13 | 295.91 | 0.67 | 0.62 |
| Hex | D6 | 5B | DF | 4 | 3B | 0 | D | 128 | 43 | 3E |
| Octal | 326 | 133 | 337 | 4 | 73 | 0 | 15 | 450 | 103 | 76 |
| Binary | 11010110 | 1011011 | 11011111 | 100 | 111011 | 0 | 1101 | 100101000 | 1000011 | 111110 |
Color Harmonies of #D65BDF
Complementary color
Monochromatic Colors of #D65BDF
Black with #D65BDF
Text Example
Text Example
White with #D65BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65BDF; }
p { color: rgb(214,91,223); }
H1.HeaderClassName
{
color: #D65BDF;
}
.AnyTagClassName
{
color: #D65BDF;
}
</style>
background-color css
<style>
a { background-color: #D65BDF; }
a { background-color: rgb(214,91,223); }
div.DivClassName
{
background-color: #D65BDF;
}
.BgClassName
{
background-color: #D65BDF;
}
</style>
border-color css
<style>
span { border-color: #D65BDF; }
span { border-color: rgb(214,91,223); }
td.TdClassName
{
border-color: #D65BDF;
}
.TagClassName
{
border-color: #D65BDF;
}
</style>