Html Css Color HEX #D153D4 Free Speech Magenta
📋 copy color: '#D153D4'red 209 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #D153D4
Tints of Free Speech Magenta #D153D4
RGB
CMYK
RGB Variations
Color information
#D153D4 (or 0xD153D4) is known color: Free Speech Magenta. HEX triplet: D1, 53 and D4. RGB value is (209,83,212). Sum of RGB (Red+Green+Blue) = 209+83+212=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #D153D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153D4 is #2EAC2B. Grayscale: #868686. Windows color (decimal): -3058732 or 13915089. OLE color: 13915089.
HSL color Cylindrical-coordinate representation of color #D153D4: hue angle of 298.6º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D153D4 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 83 | 212 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.17 |
| HSL | 298.6º | 0.6% | 0.58% | - |
| HSV(B) | 298.6º | 0.61% | 0.83% | - |
| XYZ | 41.27 | 24.5 | 64.84 | - |
| YUV | 135.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 212 | 0.01 | 0.61 | 0 | 0.17 | 298.6 | 0.6 | 0.58 |
| Hex | D1 | 53 | D4 | 1 | 3D | 0 | 11 | 12B | 3C | 3A |
| Octal | 321 | 123 | 324 | 1 | 75 | 0 | 21 | 453 | 74 | 72 |
| Binary | 11010001 | 1010011 | 11010100 | 1 | 111101 | 0 | 10001 | 100101011 | 111100 | 111010 |
Color Harmonies of #D153D4
Complementary color
Monochromatic Colors of #D153D4
Black with #D153D4
Text Example
Text Example
White with #D153D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153D4; }
p { color: rgb(209,83,212); }
H1.HeaderClassName
{
color: #D153D4;
}
.AnyTagClassName
{
color: #D153D4;
}
</style>
background-color css
<style>
a { background-color: #D153D4; }
a { background-color: rgb(209,83,212); }
div.DivClassName
{
background-color: #D153D4;
}
.BgClassName
{
background-color: #D153D4;
}
</style>
border-color css
<style>
span { border-color: #D153D4; }
span { border-color: rgb(209,83,212); }
td.TdClassName
{
border-color: #D153D4;
}
.TagClassName
{
border-color: #D153D4;
}
</style>