Html Css Color HEX #D25CCC Free Speech Magenta
📋 copy color: '#D25CCC'red 210 ◦ green 92 ◦ blue 204
Shades of Free Speech Magenta #D25CCC
Tints of Free Speech Magenta #D25CCC
RGB
CMYK
RGB Variations
Color information
#D25CCC (or 0xD25CCC) is known color: Free Speech Magenta. HEX triplet: D2, 5C and CC. RGB value is (210,92,204). Sum of RGB (Red+Green+Blue) = 210+92+204=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CCC is #2DA333. Grayscale: #8B8B8B. Windows color (decimal): -2990900 or 13393106. OLE color: 13393106.
HSL color Cylindrical-coordinate representation of color #D25CCC: hue angle of 303.05º 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 #D25CCC is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 204 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.18 |
| HSL | 303.05º | 0.57% | 0.59% | - |
| HSV(B) | 303.05º | 0.56% | 0.82% | - |
| XYZ | 41.3 | 25.72 | 59.91 | - |
| YUV | 140.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 204 | 0 | 0.56 | 0.03 | 0.18 | 303.05 | 0.57 | 0.59 |
| Hex | D2 | 5C | CC | 0 | 38 | 3 | 12 | 12F | 39 | 3B |
| Octal | 322 | 134 | 314 | 0 | 70 | 3 | 22 | 457 | 71 | 73 |
| Binary | 11010010 | 1011100 | 11001100 | 0 | 111000 | 11 | 10010 | 100101111 | 111001 | 111011 |
Color Harmonies of #D25CCC
Complementary color
Monochromatic Colors of #D25CCC
Black with #D25CCC
Text Example
Text Example
White with #D25CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CCC; }
p { color: rgb(210,92,204); }
H1.HeaderClassName
{
color: #D25CCC;
}
.AnyTagClassName
{
color: #D25CCC;
}
</style>
background-color css
<style>
a { background-color: #D25CCC; }
a { background-color: rgb(210,92,204); }
div.DivClassName
{
background-color: #D25CCC;
}
.BgClassName
{
background-color: #D25CCC;
}
</style>
border-color css
<style>
span { border-color: #D25CCC; }
span { border-color: rgb(210,92,204); }
td.TdClassName
{
border-color: #D25CCC;
}
.TagClassName
{
border-color: #D25CCC;
}
</style>