Html Css Color HEX #D636DA Free Speech Magenta
📋 copy color: '#D636DA'red 214 ◦ green 54 ◦ blue 218
Shades of Free Speech Magenta #D636DA
Tints of Free Speech Magenta #D636DA
RGB
CMYK
RGB Variations
Color information
#D636DA (or 0xD636DA) is known color: Free Speech Magenta. HEX triplet: D6, 36 and DA. RGB value is (214,54,218). Sum of RGB (Red+Green+Blue) = 214+54+218=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 54 (21.48% from 255 or 11.11% 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 #D636DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636DA is #29C925. Grayscale: #787878. Windows color (decimal): -2738470 or 14300886. OLE color: 14300886.
HSL color Cylindrical-coordinate representation of color #D636DA: hue angle of 298.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D636DA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 54 | 218 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.15 |
| HSL | 298.54º | 0.69% | 0.53% | - |
| HSV(B) | 298.54º | 0.75% | 0.85% | - |
| XYZ | 41.71 | 22 | 68.38 | - |
| YUV | 120.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 218 | 0.02 | 0.75 | 0 | 0.15 | 298.54 | 0.69 | 0.53 |
| Hex | D6 | 36 | DA | 2 | 4B | 0 | F | 12B | 45 | 35 |
| Octal | 326 | 66 | 332 | 2 | 113 | 0 | 17 | 453 | 105 | 65 |
| Binary | 11010110 | 110110 | 11011010 | 10 | 1001011 | 0 | 1111 | 100101011 | 1000101 | 110101 |
Color Harmonies of #D636DA
Complementary color
Monochromatic Colors of #D636DA
Black with #D636DA
Text Example
Text Example
White with #D636DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D636DA; }
p { color: rgb(214,54,218); }
H1.HeaderClassName
{
color: #D636DA;
}
.AnyTagClassName
{
color: #D636DA;
}
</style>
background-color css
<style>
a { background-color: #D636DA; }
a { background-color: rgb(214,54,218); }
div.DivClassName
{
background-color: #D636DA;
}
.BgClassName
{
background-color: #D636DA;
}
</style>
border-color css
<style>
span { border-color: #D636DA; }
span { border-color: rgb(214,54,218); }
td.TdClassName
{
border-color: #D636DA;
}
.TagClassName
{
border-color: #D636DA;
}
</style>