Html Css Color HEX #D642D1 Free Speech Magenta
📋 copy color: '#D642D1'red 214 ◦ green 66 ◦ blue 209
Shades of Free Speech Magenta #D642D1
Tints of Free Speech Magenta #D642D1
RGB
CMYK
RGB Variations
Color information
#D642D1 (or 0xD642D1) is known color: Free Speech Magenta. HEX triplet: D6, 42 and D1. RGB value is (214,66,209). Sum of RGB (Red+Green+Blue) = 214+66+209=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 66 (26.17% from 255 or 13.50% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D642D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D642D1 is #29BD2E. Grayscale: #7E7E7E. Windows color (decimal): -2735407 or 13714134. OLE color: 13714134.
HSL color Cylindrical-coordinate representation of color #D642D1: hue angle of 302.03º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D642D1 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 209 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.16 |
| HSL | 302.03º | 0.64% | 0.55% | - |
| HSV(B) | 302.03º | 0.69% | 0.84% | - |
| XYZ | 41.19 | 22.8 | 62.55 | - |
| YUV | 126.55 | 174.53 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 209 | 0 | 0.69 | 0.02 | 0.16 | 302.03 | 0.64 | 0.55 |
| Hex | D6 | 42 | D1 | 0 | 45 | 2 | 10 | 12E | 40 | 37 |
| Octal | 326 | 102 | 321 | 0 | 105 | 2 | 20 | 456 | 100 | 67 |
| Binary | 11010110 | 1000010 | 11010001 | 0 | 1000101 | 10 | 10000 | 100101110 | 1000000 | 110111 |
Color Harmonies of #D642D1
Complementary color
Monochromatic Colors of #D642D1
Black with #D642D1
Text Example
Text Example
White with #D642D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D642D1; }
p { color: rgb(214,66,209); }
H1.HeaderClassName
{
color: #D642D1;
}
.AnyTagClassName
{
color: #D642D1;
}
</style>
background-color css
<style>
a { background-color: #D642D1; }
a { background-color: rgb(214,66,209); }
div.DivClassName
{
background-color: #D642D1;
}
.BgClassName
{
background-color: #D642D1;
}
</style>
border-color css
<style>
span { border-color: #D642D1; }
span { border-color: rgb(214,66,209); }
td.TdClassName
{
border-color: #D642D1;
}
.TagClassName
{
border-color: #D642D1;
}
</style>