Html Css Color HEX #D643D1 Free Speech Magenta
📋 copy color: '#D643D1'red 214 ◦ green 67 ◦ blue 209
Shades of Free Speech Magenta #D643D1
Tints of Free Speech Magenta #D643D1
RGB
CMYK
RGB Variations
Color information
#D643D1 (or 0xD643D1) is known color: Free Speech Magenta. HEX triplet: D6, 43 and D1. RGB value is (214,67,209). Sum of RGB (Red+Green+Blue) = 214+67+209=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 67 (26.56% from 255 or 13.67% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D643D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D643D1 is #29BC2E. Grayscale: #7E7E7E. Windows color (decimal): -2735151 or 13714390. OLE color: 13714390.
HSL color Cylindrical-coordinate representation of color #D643D1: hue angle of 302.04º 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 #D643D1 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 209 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.16 |
| HSL | 302.04º | 0.64% | 0.55% | - |
| HSV(B) | 302.04º | 0.69% | 0.84% | - |
| XYZ | 41.25 | 22.91 | 62.57 | - |
| YUV | 127.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 209 | 0 | 0.69 | 0.02 | 0.16 | 302.04 | 0.64 | 0.55 |
| Hex | D6 | 43 | D1 | 0 | 45 | 2 | 10 | 12E | 40 | 37 |
| Octal | 326 | 103 | 321 | 0 | 105 | 2 | 20 | 456 | 100 | 67 |
| Binary | 11010110 | 1000011 | 11010001 | 0 | 1000101 | 10 | 10000 | 100101110 | 1000000 | 110111 |
Color Harmonies of #D643D1
Complementary color
Monochromatic Colors of #D643D1
Black with #D643D1
Text Example
Text Example
White with #D643D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D643D1; }
p { color: rgb(214,67,209); }
H1.HeaderClassName
{
color: #D643D1;
}
.AnyTagClassName
{
color: #D643D1;
}
</style>
background-color css
<style>
a { background-color: #D643D1; }
a { background-color: rgb(214,67,209); }
div.DivClassName
{
background-color: #D643D1;
}
.BgClassName
{
background-color: #D643D1;
}
</style>
border-color css
<style>
span { border-color: #D643D1; }
span { border-color: rgb(214,67,209); }
td.TdClassName
{
border-color: #D643D1;
}
.TagClassName
{
border-color: #D643D1;
}
</style>