Html Css Color HEX #D655CB Free Speech Magenta
📋 copy color: '#D655CB'red 214 ◦ green 85 ◦ blue 203
Shades of Free Speech Magenta #D655CB
Tints of Free Speech Magenta #D655CB
RGB
CMYK
RGB Variations
Color information
#D655CB (or 0xD655CB) is known color: Free Speech Magenta. HEX triplet: D6, 55 and CB. RGB value is (214,85,203). Sum of RGB (Red+Green+Blue) = 214+85+203=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D655CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655CB is #29AA34. Grayscale: #888888. Windows color (decimal): -2730549 or 13325782. OLE color: 13325782.
HSL color Cylindrical-coordinate representation of color #D655CB: hue angle of 305.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D655CB is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 203 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.16 |
| HSL | 305.12º | 0.61% | 0.59% | - |
| HSV(B) | 305.12º | 0.6% | 0.84% | - |
| XYZ | 41.76 | 25.1 | 59.14 | - |
| YUV | 137.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 203 | 0 | 0.60 | 0.05 | 0.16 | 305.12 | 0.61 | 0.59 |
| Hex | D6 | 55 | CB | 0 | 3C | 5 | 10 | 131 | 3D | 3B |
| Octal | 326 | 125 | 313 | 0 | 74 | 5 | 20 | 461 | 75 | 73 |
| Binary | 11010110 | 1010101 | 11001011 | 0 | 111100 | 101 | 10000 | 100110001 | 111101 | 111011 |
Color Harmonies of #D655CB
Complementary color
Monochromatic Colors of #D655CB
Black with #D655CB
Text Example
Text Example
White with #D655CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655CB; }
p { color: rgb(214,85,203); }
H1.HeaderClassName
{
color: #D655CB;
}
.AnyTagClassName
{
color: #D655CB;
}
</style>
background-color css
<style>
a { background-color: #D655CB; }
a { background-color: rgb(214,85,203); }
div.DivClassName
{
background-color: #D655CB;
}
.BgClassName
{
background-color: #D655CB;
}
</style>
border-color css
<style>
span { border-color: #D655CB; }
span { border-color: rgb(214,85,203); }
td.TdClassName
{
border-color: #D655CB;
}
.TagClassName
{
border-color: #D655CB;
}
</style>