Html Css Color HEX #D639DA Free Speech Magenta
📋 copy color: '#D639DA'red 214 ◦ green 57 ◦ blue 218
Shades of Free Speech Magenta #D639DA
Tints of Free Speech Magenta #D639DA
RGB
CMYK
RGB Variations
Color information
#D639DA (or 0xD639DA) is known color: Free Speech Magenta. HEX triplet: D6, 39 and DA. RGB value is (214,57,218). Sum of RGB (Red+Green+Blue) = 214+57+218=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #D639DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639DA is #29C625. Grayscale: #797979. Windows color (decimal): -2737702 or 14301654. OLE color: 14301654.
HSL color Cylindrical-coordinate representation of color #D639DA: hue angle of 298.51º 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 #D639DA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 57 | 218 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.15 |
| HSL | 298.51º | 0.69% | 0.54% | - |
| HSV(B) | 298.51º | 0.74% | 0.85% | - |
| XYZ | 41.85 | 22.28 | 68.43 | - |
| YUV | 122.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 218 | 0.02 | 0.74 | 0 | 0.15 | 298.51 | 0.69 | 0.54 |
| Hex | D6 | 39 | DA | 2 | 4A | 0 | F | 12B | 45 | 36 |
| Octal | 326 | 71 | 332 | 2 | 112 | 0 | 17 | 453 | 105 | 66 |
| Binary | 11010110 | 111001 | 11011010 | 10 | 1001010 | 0 | 1111 | 100101011 | 1000101 | 110110 |
Color Harmonies of #D639DA
Complementary color
Monochromatic Colors of #D639DA
Black with #D639DA
Text Example
Text Example
White with #D639DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D639DA; }
p { color: rgb(214,57,218); }
H1.HeaderClassName
{
color: #D639DA;
}
.AnyTagClassName
{
color: #D639DA;
}
</style>
background-color css
<style>
a { background-color: #D639DA; }
a { background-color: rgb(214,57,218); }
div.DivClassName
{
background-color: #D639DA;
}
.BgClassName
{
background-color: #D639DA;
}
</style>
border-color css
<style>
span { border-color: #D639DA; }
span { border-color: rgb(214,57,218); }
td.TdClassName
{
border-color: #D639DA;
}
.TagClassName
{
border-color: #D639DA;
}
</style>