Html Css Color HEX #D755CE Free Speech Magenta
📋 copy color: '#D755CE'red 215 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #D755CE
Tints of Free Speech Magenta #D755CE
RGB
CMYK
RGB Variations
Color information
#D755CE (or 0xD755CE) is known color: Free Speech Magenta. HEX triplet: D7, 55 and CE. RGB value is (215,85,206). Sum of RGB (Red+Green+Blue) = 215+85+206=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D755CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755CE is #28AA31. Grayscale: #898989. Windows color (decimal): -2665010 or 13522391. OLE color: 13522391.
HSL color Cylindrical-coordinate representation of color #D755CE: hue angle of 304.15º degrees, saturation: 0.62, 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 #D755CE is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 85 | 206 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.16 |
| HSL | 304.15º | 0.62% | 0.59% | - |
| HSV(B) | 304.15º | 0.6% | 0.84% | - |
| XYZ | 42.41 | 25.4 | 61.06 | - |
| YUV | 137.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 85 | 206 | 0 | 0.60 | 0.04 | 0.16 | 304.15 | 0.62 | 0.59 |
| Hex | D7 | 55 | CE | 0 | 3C | 4 | 10 | 130 | 3E | 3B |
| Octal | 327 | 125 | 316 | 0 | 74 | 4 | 20 | 460 | 76 | 73 |
| Binary | 11010111 | 1010101 | 11001110 | 0 | 111100 | 100 | 10000 | 100110000 | 111110 | 111011 |
Color Harmonies of #D755CE
Complementary color
Monochromatic Colors of #D755CE
Black with #D755CE
Text Example
Text Example
White with #D755CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D755CE; }
p { color: rgb(215,85,206); }
H1.HeaderClassName
{
color: #D755CE;
}
.AnyTagClassName
{
color: #D755CE;
}
</style>
background-color css
<style>
a { background-color: #D755CE; }
a { background-color: rgb(215,85,206); }
div.DivClassName
{
background-color: #D755CE;
}
.BgClassName
{
background-color: #D755CE;
}
</style>
border-color css
<style>
span { border-color: #D755CE; }
span { border-color: rgb(215,85,206); }
td.TdClassName
{
border-color: #D755CE;
}
.TagClassName
{
border-color: #D755CE;
}
</style>