Html Css Color HEX #D659CB Free Speech Magenta
📋 copy color: '#D659CB'red 214 ◦ green 89 ◦ blue 203
Shades of Free Speech Magenta #D659CB
Tints of Free Speech Magenta #D659CB
RGB
CMYK
RGB Variations
Color information
#D659CB (or 0xD659CB) is known color: Free Speech Magenta. HEX triplet: D6, 59 and CB. RGB value is (214,89,203). Sum of RGB (Red+Green+Blue) = 214+89+203=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D659CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659CB is #29A634. Grayscale: #8B8B8B. Windows color (decimal): -2729525 or 13326806. OLE color: 13326806.
HSL color Cylindrical-coordinate representation of color #D659CB: hue angle of 305.28º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D659CB is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 203 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.16 |
| HSL | 305.28º | 0.6% | 0.59% | - |
| HSV(B) | 305.28º | 0.58% | 0.84% | - |
| XYZ | 42.08 | 25.75 | 59.25 | - |
| YUV | 139.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 203 | 0 | 0.58 | 0.05 | 0.16 | 305.28 | 0.6 | 0.59 |
| Hex | D6 | 59 | CB | 0 | 3A | 5 | 10 | 131 | 3C | 3B |
| Octal | 326 | 131 | 313 | 0 | 72 | 5 | 20 | 461 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11001011 | 0 | 111010 | 101 | 10000 | 100110001 | 111100 | 111011 |
Color Harmonies of #D659CB
Complementary color
Monochromatic Colors of #D659CB
Black with #D659CB
Text Example
Text Example
White with #D659CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659CB; }
p { color: rgb(214,89,203); }
H1.HeaderClassName
{
color: #D659CB;
}
.AnyTagClassName
{
color: #D659CB;
}
</style>
background-color css
<style>
a { background-color: #D659CB; }
a { background-color: rgb(214,89,203); }
div.DivClassName
{
background-color: #D659CB;
}
.BgClassName
{
background-color: #D659CB;
}
</style>
border-color css
<style>
span { border-color: #D659CB; }
span { border-color: rgb(214,89,203); }
td.TdClassName
{
border-color: #D659CB;
}
.TagClassName
{
border-color: #D659CB;
}
</style>