Html Css Color HEX #D25CCE Free Speech Magenta
📋 copy color: '#D25CCE'red 210 ◦ green 92 ◦ blue 206
Shades of Free Speech Magenta #D25CCE
Tints of Free Speech Magenta #D25CCE
RGB
CMYK
RGB Variations
Color information
#D25CCE (or 0xD25CCE) is known color: Free Speech Magenta. HEX triplet: D2, 5C and CE. RGB value is (210,92,206). Sum of RGB (Red+Green+Blue) = 210+92+206=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CCE is #2DA331. Grayscale: #8B8B8B. Windows color (decimal): -2990898 or 13524178. OLE color: 13524178.
HSL color Cylindrical-coordinate representation of color #D25CCE: hue angle of 302.03º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25CCE is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 206 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.18 |
| HSL | 302.03º | 0.57% | 0.59% | - |
| HSV(B) | 302.03º | 0.56% | 0.82% | - |
| XYZ | 41.55 | 25.81 | 61.19 | - |
| YUV | 140.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 206 | 0 | 0.56 | 0.02 | 0.18 | 302.03 | 0.57 | 0.59 |
| Hex | D2 | 5C | CE | 0 | 38 | 2 | 12 | 12E | 39 | 3B |
| Octal | 322 | 134 | 316 | 0 | 70 | 2 | 22 | 456 | 71 | 73 |
| Binary | 11010010 | 1011100 | 11001110 | 0 | 111000 | 10 | 10010 | 100101110 | 111001 | 111011 |
Color Harmonies of #D25CCE
Complementary color
Monochromatic Colors of #D25CCE
Black with #D25CCE
Text Example
Text Example
White with #D25CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CCE; }
p { color: rgb(210,92,206); }
H1.HeaderClassName
{
color: #D25CCE;
}
.AnyTagClassName
{
color: #D25CCE;
}
</style>
background-color css
<style>
a { background-color: #D25CCE; }
a { background-color: rgb(210,92,206); }
div.DivClassName
{
background-color: #D25CCE;
}
.BgClassName
{
background-color: #D25CCE;
}
</style>
border-color css
<style>
span { border-color: #D25CCE; }
span { border-color: rgb(210,92,206); }
td.TdClassName
{
border-color: #D25CCE;
}
.TagClassName
{
border-color: #D25CCE;
}
</style>