Html Css Color HEX #D653CA Free Speech Magenta
📋 copy color: '#D653CA'red 214 ◦ green 83 ◦ blue 202
Shades of Free Speech Magenta #D653CA
Tints of Free Speech Magenta #D653CA
RGB
CMYK
RGB Variations
Color information
#D653CA (or 0xD653CA) is known color: Free Speech Magenta. HEX triplet: D6, 53 and CA. RGB value is (214,83,202). Sum of RGB (Red+Green+Blue) = 214+83+202=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D653CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653CA is #29AC35. Grayscale: #878787. Windows color (decimal): -2731062 or 13259734. OLE color: 13259734.
HSL color Cylindrical-coordinate representation of color #D653CA: hue angle of 305.5º 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 #D653CA is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 202 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.16 |
| HSL | 305.5º | 0.62% | 0.58% | - |
| HSV(B) | 305.5º | 0.61% | 0.84% | - |
| XYZ | 41.49 | 24.75 | 58.47 | - |
| YUV | 135.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 202 | 0 | 0.61 | 0.06 | 0.16 | 305.5 | 0.62 | 0.58 |
| Hex | D6 | 53 | CA | 0 | 3D | 6 | 10 | 131 | 3E | 3A |
| Octal | 326 | 123 | 312 | 0 | 75 | 6 | 20 | 461 | 76 | 72 |
| Binary | 11010110 | 1010011 | 11001010 | 0 | 111101 | 110 | 10000 | 100110001 | 111110 | 111010 |
Color Harmonies of #D653CA
Complementary color
Monochromatic Colors of #D653CA
Black with #D653CA
Text Example
Text Example
White with #D653CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D653CA; }
p { color: rgb(214,83,202); }
H1.HeaderClassName
{
color: #D653CA;
}
.AnyTagClassName
{
color: #D653CA;
}
</style>
background-color css
<style>
a { background-color: #D653CA; }
a { background-color: rgb(214,83,202); }
div.DivClassName
{
background-color: #D653CA;
}
.BgClassName
{
background-color: #D653CA;
}
</style>
border-color css
<style>
span { border-color: #D653CA; }
span { border-color: rgb(214,83,202); }
td.TdClassName
{
border-color: #D653CA;
}
.TagClassName
{
border-color: #D653CA;
}
</style>