Html Css Color HEX #D153D3 Free Speech Magenta
📋 copy color: '#D153D3'red 209 ◦ green 83 ◦ blue 211
Shades of Free Speech Magenta #D153D3
Tints of Free Speech Magenta #D153D3
RGB
CMYK
RGB Variations
Color information
#D153D3 (or 0xD153D3) is known color: Free Speech Magenta. HEX triplet: D1, 53 and D3. RGB value is (209,83,211). Sum of RGB (Red+Green+Blue) = 209+83+211=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #D153D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D153D3 is #2EAC2C. Grayscale: #868686. Windows color (decimal): -3058733 or 13849553. OLE color: 13849553.
HSL color Cylindrical-coordinate representation of color #D153D3: hue angle of 299.06º degrees, saturation: 0.59, 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 #D153D3 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 83 | 211 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.17 |
| HSL | 299.06º | 0.59% | 0.58% | - |
| HSV(B) | 299.06º | 0.61% | 0.83% | - |
| XYZ | 41.15 | 24.44 | 64.18 | - |
| YUV | 135.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 211 | 0.01 | 0.61 | 0 | 0.17 | 299.06 | 0.59 | 0.58 |
| Hex | D1 | 53 | D3 | 1 | 3D | 0 | 11 | 12B | 3B | 3A |
| Octal | 321 | 123 | 323 | 1 | 75 | 0 | 21 | 453 | 73 | 72 |
| Binary | 11010001 | 1010011 | 11010011 | 1 | 111101 | 0 | 10001 | 100101011 | 111011 | 111010 |
Color Harmonies of #D153D3
Complementary color
Monochromatic Colors of #D153D3
Black with #D153D3
Text Example
Text Example
White with #D153D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D153D3; }
p { color: rgb(209,83,211); }
H1.HeaderClassName
{
color: #D153D3;
}
.AnyTagClassName
{
color: #D153D3;
}
</style>
background-color css
<style>
a { background-color: #D153D3; }
a { background-color: rgb(209,83,211); }
div.DivClassName
{
background-color: #D153D3;
}
.BgClassName
{
background-color: #D153D3;
}
</style>
border-color css
<style>
span { border-color: #D153D3; }
span { border-color: rgb(209,83,211); }
td.TdClassName
{
border-color: #D153D3;
}
.TagClassName
{
border-color: #D153D3;
}
</style>