Html Css Color HEX #D838D4 Free Speech Magenta
📋 copy color: '#D838D4'red 216 ◦ green 56 ◦ blue 212
Shades of Free Speech Magenta #D838D4
Tints of Free Speech Magenta #D838D4
RGB
CMYK
RGB Variations
Color information
#D838D4 (or 0xD838D4) is known color: Free Speech Magenta. HEX triplet: D8, 38 and D4. RGB value is (216,56,212). Sum of RGB (Red+Green+Blue) = 216+56+212=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D838D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838D4 is #27C72B. Grayscale: #797979. Windows color (decimal): -2606892 or 13908184. OLE color: 13908184.
HSL color Cylindrical-coordinate representation of color #D838D4: hue angle of 301.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D838D4 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 212 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.15 |
| HSL | 301.5º | 0.67% | 0.53% | - |
| HSV(B) | 301.5º | 0.74% | 0.85% | - |
| XYZ | 41.62 | 22.18 | 64.38 | - |
| YUV | 121.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 212 | 0 | 0.74 | 0.02 | 0.15 | 301.5 | 0.67 | 0.53 |
| Hex | D8 | 38 | D4 | 0 | 4A | 2 | F | 12E | 43 | 35 |
| Octal | 330 | 70 | 324 | 0 | 112 | 2 | 17 | 456 | 103 | 65 |
| Binary | 11011000 | 111000 | 11010100 | 0 | 1001010 | 10 | 1111 | 100101110 | 1000011 | 110101 |
Color Harmonies of #D838D4
Complementary color
Monochromatic Colors of #D838D4
Black with #D838D4
Text Example
Text Example
White with #D838D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D838D4; }
p { color: rgb(216,56,212); }
H1.HeaderClassName
{
color: #D838D4;
}
.AnyTagClassName
{
color: #D838D4;
}
</style>
background-color css
<style>
a { background-color: #D838D4; }
a { background-color: rgb(216,56,212); }
div.DivClassName
{
background-color: #D838D4;
}
.BgClassName
{
background-color: #D838D4;
}
</style>
border-color css
<style>
span { border-color: #D838D4; }
span { border-color: rgb(216,56,212); }
td.TdClassName
{
border-color: #D838D4;
}
.TagClassName
{
border-color: #D838D4;
}
</style>