Html Css Color HEX #D24BD5 Free Speech Magenta
📋 copy color: '#D24BD5'red 210 ◦ green 75 ◦ blue 213
Shades of Free Speech Magenta #D24BD5
Tints of Free Speech Magenta #D24BD5
RGB
CMYK
RGB Variations
Color information
#D24BD5 (or 0xD24BD5) is known color: Free Speech Magenta. HEX triplet: D2, 4B and D5. RGB value is (210,75,213). Sum of RGB (Red+Green+Blue) = 210+75+213=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 75 (29.69% from 255 or 15.06% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #D24BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BD5 is #2DB42A. Grayscale: #828282. Windows color (decimal): -2995243 or 13978578. OLE color: 13978578.
HSL color Cylindrical-coordinate representation of color #D24BD5: hue angle of 298.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24BD5 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 75 | 213 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.16 |
| HSL | 298.7º | 0.62% | 0.56% | - |
| HSV(B) | 298.7º | 0.65% | 0.84% | - |
| XYZ | 41.1 | 23.54 | 65.33 | - |
| YUV | 131.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 213 | 0.01 | 0.65 | 0 | 0.16 | 298.7 | 0.62 | 0.56 |
| Hex | D2 | 4B | D5 | 1 | 41 | 0 | 10 | 12B | 3E | 38 |
| Octal | 322 | 113 | 325 | 1 | 101 | 0 | 20 | 453 | 76 | 70 |
| Binary | 11010010 | 1001011 | 11010101 | 1 | 1000001 | 0 | 10000 | 100101011 | 111110 | 111000 |
Color Harmonies of #D24BD5
Complementary color
Monochromatic Colors of #D24BD5
Black with #D24BD5
Text Example
Text Example
White with #D24BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BD5; }
p { color: rgb(210,75,213); }
H1.HeaderClassName
{
color: #D24BD5;
}
.AnyTagClassName
{
color: #D24BD5;
}
</style>
background-color css
<style>
a { background-color: #D24BD5; }
a { background-color: rgb(210,75,213); }
div.DivClassName
{
background-color: #D24BD5;
}
.BgClassName
{
background-color: #D24BD5;
}
</style>
border-color css
<style>
span { border-color: #D24BD5; }
span { border-color: rgb(210,75,213); }
td.TdClassName
{
border-color: #D24BD5;
}
.TagClassName
{
border-color: #D24BD5;
}
</style>