Html Css Color HEX #D65DDF Free Speech Magenta
📋 copy color: '#D65DDF'red 214 ◦ green 93 ◦ blue 223
Shades of Free Speech Magenta #D65DDF
Tints of Free Speech Magenta #D65DDF
RGB
CMYK
RGB Variations
Color information
#D65DDF (or 0xD65DDF) is known color: Free Speech Magenta. HEX triplet: D6, 5D and DF. RGB value is (214,93,223). Sum of RGB (Red+Green+Blue) = 214+93+223=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #D65DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DDF is #29A220. Grayscale: #8F8F8F. Windows color (decimal): -2728481 or 14638550. OLE color: 14638550.
HSL color Cylindrical-coordinate representation of color #D65DDF: hue angle of 295.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65DDF is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 93 | 223 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.13 |
| HSL | 295.85º | 0.67% | 0.62% | - |
| HSV(B) | 295.85º | 0.58% | 0.87% | - |
| XYZ | 44.97 | 27.45 | 72.74 | - |
| YUV | 144 | 172.59 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 223 | 0.04 | 0.58 | 0 | 0.13 | 295.85 | 0.67 | 0.62 |
| Hex | D6 | 5D | DF | 4 | 3A | 0 | D | 128 | 43 | 3E |
| Octal | 326 | 135 | 337 | 4 | 72 | 0 | 15 | 450 | 103 | 76 |
| Binary | 11010110 | 1011101 | 11011111 | 100 | 111010 | 0 | 1101 | 100101000 | 1000011 | 111110 |
Color Harmonies of #D65DDF
Complementary color
Monochromatic Colors of #D65DDF
Black with #D65DDF
Text Example
Text Example
White with #D65DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65DDF; }
p { color: rgb(214,93,223); }
H1.HeaderClassName
{
color: #D65DDF;
}
.AnyTagClassName
{
color: #D65DDF;
}
</style>
background-color css
<style>
a { background-color: #D65DDF; }
a { background-color: rgb(214,93,223); }
div.DivClassName
{
background-color: #D65DDF;
}
.BgClassName
{
background-color: #D65DDF;
}
</style>
border-color css
<style>
span { border-color: #D65DDF; }
span { border-color: rgb(214,93,223); }
td.TdClassName
{
border-color: #D65DDF;
}
.TagClassName
{
border-color: #D65DDF;
}
</style>