Html Css Color HEX #D25CCB Free Speech Magenta
📋 copy color: '#D25CCB'red 210 ◦ green 92 ◦ blue 203
Shades of Free Speech Magenta #D25CCB
Tints of Free Speech Magenta #D25CCB
RGB
CMYK
RGB Variations
Color information
#D25CCB (or 0xD25CCB) is known color: Free Speech Magenta. HEX triplet: D2, 5C and CB. RGB value is (210,92,203). Sum of RGB (Red+Green+Blue) = 210+92+203=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CCB is #2DA334. Grayscale: #8B8B8B. Windows color (decimal): -2990901 or 13327570. OLE color: 13327570.
HSL color Cylindrical-coordinate representation of color #D25CCB: hue angle of 303.56º 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 #D25CCB is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 203 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.18 |
| HSL | 303.56º | 0.57% | 0.59% | - |
| HSV(B) | 303.56º | 0.56% | 0.82% | - |
| XYZ | 41.18 | 25.67 | 59.28 | - |
| YUV | 139.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 203 | 0 | 0.56 | 0.03 | 0.18 | 303.56 | 0.57 | 0.59 |
| Hex | D2 | 5C | CB | 0 | 38 | 3 | 12 | 130 | 39 | 3B |
| Octal | 322 | 134 | 313 | 0 | 70 | 3 | 22 | 460 | 71 | 73 |
| Binary | 11010010 | 1011100 | 11001011 | 0 | 111000 | 11 | 10010 | 100110000 | 111001 | 111011 |
Color Harmonies of #D25CCB
Complementary color
Monochromatic Colors of #D25CCB
Black with #D25CCB
Text Example
Text Example
White with #D25CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25CCB; }
p { color: rgb(210,92,203); }
H1.HeaderClassName
{
color: #D25CCB;
}
.AnyTagClassName
{
color: #D25CCB;
}
</style>
background-color css
<style>
a { background-color: #D25CCB; }
a { background-color: rgb(210,92,203); }
div.DivClassName
{
background-color: #D25CCB;
}
.BgClassName
{
background-color: #D25CCB;
}
</style>
border-color css
<style>
span { border-color: #D25CCB; }
span { border-color: rgb(210,92,203); }
td.TdClassName
{
border-color: #D25CCB;
}
.TagClassName
{
border-color: #D25CCB;
}
</style>