Html Css Color HEX #D658CE Free Speech Magenta
📋 copy color: '#D658CE'red 214 ◦ green 88 ◦ blue 206
Shades of Free Speech Magenta #D658CE
Tints of Free Speech Magenta #D658CE
RGB
CMYK
RGB Variations
Color information
#D658CE (or 0xD658CE) is known color: Free Speech Magenta. HEX triplet: D6, 58 and CE. RGB value is (214,88,206). Sum of RGB (Red+Green+Blue) = 214+88+206=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D658CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D658CE is #29A731. Grayscale: #8A8A8A. Windows color (decimal): -2729778 or 13523158. OLE color: 13523158.
HSL color Cylindrical-coordinate representation of color #D658CE: hue angle of 303.81º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D658CE is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 206 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.16 |
| HSL | 303.81º | 0.61% | 0.59% | - |
| HSV(B) | 303.81º | 0.59% | 0.84% | - |
| XYZ | 42.36 | 25.73 | 61.13 | - |
| YUV | 139.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 206 | 0 | 0.59 | 0.04 | 0.16 | 303.81 | 0.61 | 0.59 |
| Hex | D6 | 58 | CE | 0 | 3B | 4 | 10 | 130 | 3D | 3B |
| Octal | 326 | 130 | 316 | 0 | 73 | 4 | 20 | 460 | 75 | 73 |
| Binary | 11010110 | 1011000 | 11001110 | 0 | 111011 | 100 | 10000 | 100110000 | 111101 | 111011 |
Color Harmonies of #D658CE
Complementary color
Monochromatic Colors of #D658CE
Black with #D658CE
Text Example
Text Example
White with #D658CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D658CE; }
p { color: rgb(214,88,206); }
H1.HeaderClassName
{
color: #D658CE;
}
.AnyTagClassName
{
color: #D658CE;
}
</style>
background-color css
<style>
a { background-color: #D658CE; }
a { background-color: rgb(214,88,206); }
div.DivClassName
{
background-color: #D658CE;
}
.BgClassName
{
background-color: #D658CE;
}
</style>
border-color css
<style>
span { border-color: #D658CE; }
span { border-color: rgb(214,88,206); }
td.TdClassName
{
border-color: #D658CE;
}
.TagClassName
{
border-color: #D658CE;
}
</style>