Html Css Color HEX #D638D4 Free Speech Magenta
📋 copy color: '#D638D4'red 214 ◦ green 56 ◦ blue 212
Shades of Free Speech Magenta #D638D4
Tints of Free Speech Magenta #D638D4
RGB
CMYK
RGB Variations
Color information
#D638D4 (or 0xD638D4) is known color: Free Speech Magenta. HEX triplet: D6, 38 and D4. RGB value is (214,56,212). Sum of RGB (Red+Green+Blue) = 214+56+212=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D638D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D638D4 is #29C72B. Grayscale: #787878. Windows color (decimal): -2737964 or 13908182. OLE color: 13908182.
HSL color Cylindrical-coordinate representation of color #D638D4: hue angle of 300.76º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D638D4 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 212 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.16 |
| HSL | 300.76º | 0.66% | 0.53% | - |
| HSV(B) | 300.76º | 0.74% | 0.84% | - |
| XYZ | 41.03 | 21.88 | 64.35 | - |
| YUV | 121.03 | 179.35 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 212 | 0 | 0.74 | 0.01 | 0.16 | 300.76 | 0.66 | 0.53 |
| Hex | D6 | 38 | D4 | 0 | 4A | 1 | 10 | 12D | 42 | 35 |
| Octal | 326 | 70 | 324 | 0 | 112 | 1 | 20 | 455 | 102 | 65 |
| Binary | 11010110 | 111000 | 11010100 | 0 | 1001010 | 1 | 10000 | 100101101 | 1000010 | 110101 |
Color Harmonies of #D638D4
Complementary color
Monochromatic Colors of #D638D4
Black with #D638D4
Text Example
Text Example
White with #D638D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D638D4; }
p { color: rgb(214,56,212); }
H1.HeaderClassName
{
color: #D638D4;
}
.AnyTagClassName
{
color: #D638D4;
}
</style>
background-color css
<style>
a { background-color: #D638D4; }
a { background-color: rgb(214,56,212); }
div.DivClassName
{
background-color: #D638D4;
}
.BgClassName
{
background-color: #D638D4;
}
</style>
border-color css
<style>
span { border-color: #D638D4; }
span { border-color: rgb(214,56,212); }
td.TdClassName
{
border-color: #D638D4;
}
.TagClassName
{
border-color: #D638D4;
}
</style>