Html Css Color HEX #D655E4 Free Speech Magenta
📋 copy color: '#D655E4'red 214 ◦ green 85 ◦ blue 228
Shades of Free Speech Magenta #D655E4
Tints of Free Speech Magenta #D655E4
RGB
CMYK
RGB Variations
Color information
#D655E4 (or 0xD655E4) is known color: Free Speech Magenta. HEX triplet: D6, 55 and E4. RGB value is (214,85,228). Sum of RGB (Red+Green+Blue) = 214+85+228=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #D655E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655E4 is #29AA1B. Grayscale: #8B8B8B. Windows color (decimal): -2730524 or 14964182. OLE color: 14964182.
HSL color Cylindrical-coordinate representation of color #D655E4: hue angle of 294.13º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D655E4 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 85 | 228 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.11 |
| HSL | 294.13º | 0.73% | 0.61% | - |
| HSV(B) | 294.13º | 0.63% | 0.89% | - |
| XYZ | 44.98 | 26.39 | 76.12 | - |
| YUV | 139.87 | 177.74 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 228 | 0.06 | 0.63 | 0 | 0.11 | 294.13 | 0.73 | 0.61 |
| Hex | D6 | 55 | E4 | 6 | 3F | 0 | B | 126 | 49 | 3D |
| Octal | 326 | 125 | 344 | 6 | 77 | 0 | 13 | 446 | 111 | 75 |
| Binary | 11010110 | 1010101 | 11100100 | 110 | 111111 | 0 | 1011 | 100100110 | 1001001 | 111101 |
Color Harmonies of #D655E4
Complementary color
Monochromatic Colors of #D655E4
Black with #D655E4
Text Example
Text Example
White with #D655E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655E4; }
p { color: rgb(214,85,228); }
H1.HeaderClassName
{
color: #D655E4;
}
.AnyTagClassName
{
color: #D655E4;
}
</style>
background-color css
<style>
a { background-color: #D655E4; }
a { background-color: rgb(214,85,228); }
div.DivClassName
{
background-color: #D655E4;
}
.BgClassName
{
background-color: #D655E4;
}
</style>
border-color css
<style>
span { border-color: #D655E4; }
span { border-color: rgb(214,85,228); }
td.TdClassName
{
border-color: #D655E4;
}
.TagClassName
{
border-color: #D655E4;
}
</style>