Html Css Color HEX #D153DF Free Speech Magenta
📋 copy color: '#D153DF'red 209 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #D153DF
Tints of Free Speech Magenta #D153DF
RGB
CMYK
RGB Variations
Color information
#D153DF (or 0xD153DF) is known color: Free Speech Magenta. HEX triplet: D1, 53 and DF. RGB value is (209,83,223). Sum of RGB (Red+Green+Blue) = 209+83+223=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #D153DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153DF is #2EAC20. Grayscale: #888888. Windows color (decimal): -3058721 or 14635985. OLE color: 14635985.
HSL color Cylindrical-coordinate representation of color #D153DF: hue angle of 294º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D153DF is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 83 | 223 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.13 |
| HSL | 294º | 0.69% | 0.6% | - |
| HSV(B) | 294º | 0.63% | 0.87% | - |
| XYZ | 42.71 | 25.07 | 72.4 | - |
| YUV | 136.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 223 | 0.06 | 0.63 | 0 | 0.13 | 294 | 0.69 | 0.6 |
| Hex | D1 | 53 | DF | 6 | 3F | 0 | D | 126 | 45 | 3C |
| Octal | 321 | 123 | 337 | 6 | 77 | 0 | 15 | 446 | 105 | 74 |
| Binary | 11010001 | 1010011 | 11011111 | 110 | 111111 | 0 | 1101 | 100100110 | 1000101 | 111100 |
Color Harmonies of #D153DF
Complementary color
Monochromatic Colors of #D153DF
Black with #D153DF
Text Example
Text Example
White with #D153DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153DF; }
p { color: rgb(209,83,223); }
H1.HeaderClassName
{
color: #D153DF;
}
.AnyTagClassName
{
color: #D153DF;
}
</style>
background-color css
<style>
a { background-color: #D153DF; }
a { background-color: rgb(209,83,223); }
div.DivClassName
{
background-color: #D153DF;
}
.BgClassName
{
background-color: #D153DF;
}
</style>
border-color css
<style>
span { border-color: #D153DF; }
span { border-color: rgb(209,83,223); }
td.TdClassName
{
border-color: #D153DF;
}
.TagClassName
{
border-color: #D153DF;
}
</style>