Html Css Color HEX #D653CF Free Speech Magenta
📋 copy color: '#D653CF'red 214 ◦ green 83 ◦ blue 207
Shades of Free Speech Magenta #D653CF
Tints of Free Speech Magenta #D653CF
RGB
CMYK
RGB Variations
Color information
#D653CF (or 0xD653CF) is known color: Free Speech Magenta. HEX triplet: D6, 53 and CF. RGB value is (214,83,207). Sum of RGB (Red+Green+Blue) = 214+83+207=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D653CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653CF is #29AC30. Grayscale: #878787. Windows color (decimal): -2731057 or 13587414. OLE color: 13587414.
HSL color Cylindrical-coordinate representation of color #D653CF: hue angle of 303.21º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D653CF is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 207 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.16 |
| HSL | 303.21º | 0.62% | 0.58% | - |
| HSV(B) | 303.21º | 0.61% | 0.84% | - |
| XYZ | 42.09 | 24.99 | 61.64 | - |
| YUV | 136.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 207 | 0 | 0.61 | 0.03 | 0.16 | 303.21 | 0.62 | 0.58 |
| Hex | D6 | 53 | CF | 0 | 3D | 3 | 10 | 12F | 3E | 3A |
| Octal | 326 | 123 | 317 | 0 | 75 | 3 | 20 | 457 | 76 | 72 |
| Binary | 11010110 | 1010011 | 11001111 | 0 | 111101 | 11 | 10000 | 100101111 | 111110 | 111010 |
Color Harmonies of #D653CF
Complementary color
Monochromatic Colors of #D653CF
Black with #D653CF
Text Example
Text Example
White with #D653CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D653CF; }
p { color: rgb(214,83,207); }
H1.HeaderClassName
{
color: #D653CF;
}
.AnyTagClassName
{
color: #D653CF;
}
</style>
background-color css
<style>
a { background-color: #D653CF; }
a { background-color: rgb(214,83,207); }
div.DivClassName
{
background-color: #D653CF;
}
.BgClassName
{
background-color: #D653CF;
}
</style>
border-color css
<style>
span { border-color: #D653CF; }
span { border-color: rgb(214,83,207); }
td.TdClassName
{
border-color: #D653CF;
}
.TagClassName
{
border-color: #D653CF;
}
</style>