Html Css Color HEX #D452D5 Free Speech Magenta
📋 copy color: '#D452D5'red 212 ◦ green 82 ◦ blue 213
Shades of Free Speech Magenta #D452D5
Tints of Free Speech Magenta #D452D5
RGB
CMYK
RGB Variations
Color information
#D452D5 (or 0xD452D5) is known color: Free Speech Magenta. HEX triplet: D4, 52 and D5. RGB value is (212,82,213). Sum of RGB (Red+Green+Blue) = 212+82+213=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #D452D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D452D5 is #2BAD2A. Grayscale: #878787. Windows color (decimal): -2862379 or 13980372. OLE color: 13980372.
HSL color Cylindrical-coordinate representation of color #D452D5: hue angle of 299.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D452D5 is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 82 | 213 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.16 |
| HSL | 299.54º | 0.61% | 0.58% | - |
| HSV(B) | 299.54º | 0.62% | 0.84% | - |
| XYZ | 42.18 | 24.84 | 65.52 | - |
| YUV | 135.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 213 | 0.00 | 0.62 | 0 | 0.16 | 299.54 | 0.61 | 0.58 |
| Hex | D4 | 52 | D5 | 0 | 3E | 0 | 10 | 12C | 3D | 3A |
| Octal | 324 | 122 | 325 | 0 | 76 | 0 | 20 | 454 | 75 | 72 |
| Binary | 11010100 | 1010010 | 11010101 | 0 | 111110 | 0 | 10000 | 100101100 | 111101 | 111010 |
Color Harmonies of #D452D5
Complementary color
Monochromatic Colors of #D452D5
Black with #D452D5
Text Example
Text Example
White with #D452D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452D5; }
p { color: rgb(212,82,213); }
H1.HeaderClassName
{
color: #D452D5;
}
.AnyTagClassName
{
color: #D452D5;
}
</style>
background-color css
<style>
a { background-color: #D452D5; }
a { background-color: rgb(212,82,213); }
div.DivClassName
{
background-color: #D452D5;
}
.BgClassName
{
background-color: #D452D5;
}
</style>
border-color css
<style>
span { border-color: #D452D5; }
span { border-color: rgb(212,82,213); }
td.TdClassName
{
border-color: #D452D5;
}
.TagClassName
{
border-color: #D452D5;
}
</style>