Html Css Color HEX #D452DB Free Speech Magenta
📋 copy color: '#D452DB'red 212 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #D452DB
Tints of Free Speech Magenta #D452DB
RGB
CMYK
RGB Variations
Color information
#D452DB (or 0xD452DB) is known color: Free Speech Magenta. HEX triplet: D4, 52 and DB. RGB value is (212,82,219). Sum of RGB (Red+Green+Blue) = 212+82+219=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #D452DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D452DB is #2BAD24. Grayscale: #888888. Windows color (decimal): -2862373 or 14373588. OLE color: 14373588.
HSL color Cylindrical-coordinate representation of color #D452DB: hue angle of 296.93º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D452DB is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 82 | 219 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.14 |
| HSL | 296.93º | 0.66% | 0.59% | - |
| HSV(B) | 296.93º | 0.63% | 0.86% | - |
| XYZ | 42.95 | 25.15 | 69.61 | - |
| YUV | 136.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 219 | 0.03 | 0.63 | 0 | 0.14 | 296.93 | 0.66 | 0.59 |
| Hex | D4 | 52 | DB | 3 | 3F | 0 | E | 129 | 42 | 3B |
| Octal | 324 | 122 | 333 | 3 | 77 | 0 | 16 | 451 | 102 | 73 |
| Binary | 11010100 | 1010010 | 11011011 | 11 | 111111 | 0 | 1110 | 100101001 | 1000010 | 111011 |
Color Harmonies of #D452DB
Complementary color
Monochromatic Colors of #D452DB
Black with #D452DB
Text Example
Text Example
White with #D452DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D452DB; }
p { color: rgb(212,82,219); }
H1.HeaderClassName
{
color: #D452DB;
}
.AnyTagClassName
{
color: #D452DB;
}
</style>
background-color css
<style>
a { background-color: #D452DB; }
a { background-color: rgb(212,82,219); }
div.DivClassName
{
background-color: #D452DB;
}
.BgClassName
{
background-color: #D452DB;
}
</style>
border-color css
<style>
span { border-color: #D452DB; }
span { border-color: rgb(212,82,219); }
td.TdClassName
{
border-color: #D452DB;
}
.TagClassName
{
border-color: #D452DB;
}
</style>