Html Css Color HEX #D438DA Free Speech Magenta
📋 copy color: '#D438DA'red 212 ◦ green 56 ◦ blue 218
Shades of Free Speech Magenta #D438DA
Tints of Free Speech Magenta #D438DA
RGB
CMYK
RGB Variations
Color information
#D438DA (or 0xD438DA) is known color: Free Speech Magenta. HEX triplet: D4, 38 and DA. RGB value is (212,56,218). Sum of RGB (Red+Green+Blue) = 212+56+218=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #D438DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438DA is #2BC725. Grayscale: #787878. Windows color (decimal): -2869030 or 14301396. OLE color: 14301396.
HSL color Cylindrical-coordinate representation of color #D438DA: hue angle of 297.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D438DA is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 56 | 218 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.15 |
| HSL | 297.78º | 0.69% | 0.54% | - |
| HSV(B) | 297.78º | 0.74% | 0.85% | - |
| XYZ | 41.22 | 21.89 | 68.38 | - |
| YUV | 121.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 218 | 0.03 | 0.74 | 0 | 0.15 | 297.78 | 0.69 | 0.54 |
| Hex | D4 | 38 | DA | 3 | 4A | 0 | F | 12A | 45 | 36 |
| Octal | 324 | 70 | 332 | 3 | 112 | 0 | 17 | 452 | 105 | 66 |
| Binary | 11010100 | 111000 | 11011010 | 11 | 1001010 | 0 | 1111 | 100101010 | 1000101 | 110110 |
Color Harmonies of #D438DA
Complementary color
Monochromatic Colors of #D438DA
Black with #D438DA
Text Example
Text Example
White with #D438DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438DA; }
p { color: rgb(212,56,218); }
H1.HeaderClassName
{
color: #D438DA;
}
.AnyTagClassName
{
color: #D438DA;
}
</style>
background-color css
<style>
a { background-color: #D438DA; }
a { background-color: rgb(212,56,218); }
div.DivClassName
{
background-color: #D438DA;
}
.BgClassName
{
background-color: #D438DA;
}
</style>
border-color css
<style>
span { border-color: #D438DA; }
span { border-color: rgb(212,56,218); }
td.TdClassName
{
border-color: #D438DA;
}
.TagClassName
{
border-color: #D438DA;
}
</style>