Html Css Color HEX #D749CB Free Speech Magenta
📋 copy color: '#D749CB'red 215 ◦ green 73 ◦ blue 203
Shades of Free Speech Magenta #D749CB
Tints of Free Speech Magenta #D749CB
RGB
CMYK
RGB Variations
Color information
#D749CB (or 0xD749CB) is known color: Free Speech Magenta. HEX triplet: D7, 49 and CB. RGB value is (215,73,203). Sum of RGB (Red+Green+Blue) = 215+73+203=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D749CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749CB is #28B634. Grayscale: #818181. Windows color (decimal): -2668085 or 13322711. OLE color: 13322711.
HSL color Cylindrical-coordinate representation of color #D749CB: hue angle of 305.07º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D749CB is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 203 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.16 |
| HSL | 305.07º | 0.64% | 0.56% | - |
| HSV(B) | 305.07º | 0.66% | 0.84% | - |
| XYZ | 41.19 | 23.52 | 58.87 | - |
| YUV | 130.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 203 | 0 | 0.66 | 0.06 | 0.16 | 305.07 | 0.64 | 0.56 |
| Hex | D7 | 49 | CB | 0 | 42 | 6 | 10 | 131 | 40 | 38 |
| Octal | 327 | 111 | 313 | 0 | 102 | 6 | 20 | 461 | 100 | 70 |
| Binary | 11010111 | 1001001 | 11001011 | 0 | 1000010 | 110 | 10000 | 100110001 | 1000000 | 111000 |
Color Harmonies of #D749CB
Complementary color
Monochromatic Colors of #D749CB
Black with #D749CB
Text Example
Text Example
White with #D749CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749CB; }
p { color: rgb(215,73,203); }
H1.HeaderClassName
{
color: #D749CB;
}
.AnyTagClassName
{
color: #D749CB;
}
</style>
background-color css
<style>
a { background-color: #D749CB; }
a { background-color: rgb(215,73,203); }
div.DivClassName
{
background-color: #D749CB;
}
.BgClassName
{
background-color: #D749CB;
}
</style>
border-color css
<style>
span { border-color: #D749CB; }
span { border-color: rgb(215,73,203); }
td.TdClassName
{
border-color: #D749CB;
}
.TagClassName
{
border-color: #D749CB;
}
</style>