Html Css Color HEX #D948DB Free Speech Magenta
📋 copy color: '#D948DB'red 217 ◦ green 72 ◦ blue 219
Shades of Free Speech Magenta #D948DB
Tints of Free Speech Magenta #D948DB
RGB
CMYK
RGB Variations
Color information
#D948DB (or 0xD948DB) is known color: Free Speech Magenta. HEX triplet: D9, 48 and DB. RGB value is (217,72,219). Sum of RGB (Red+Green+Blue) = 217+72+219=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #D948DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948DB is #26B724. Grayscale: #838383. Windows color (decimal): -2537253 or 14371033. OLE color: 14371033.
HSL color Cylindrical-coordinate representation of color #D948DB: hue angle of 299.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D948DB is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 72 | 219 | - |
CMYK | 0.01 | 0.67 | 0 | 0.14 |
HSL | 299.18º | 0.67% | 0.57% | - |
HSV(B) | 299.18º | 0.67% | 0.86% | - |
XYZ | 43.72 | 24.5 | 69.44 | - |
YUV | 132.11 | 177.04 | 188.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 72 | 219 | 0.01 | 0.67 | 0 | 0.14 | 299.18 | 0.67 | 0.57 |
Hex | D9 | 48 | DB | 1 | 43 | 0 | E | 12B | 43 | 39 |
Octal | 331 | 110 | 333 | 1 | 103 | 0 | 16 | 453 | 103 | 71 |
Binary | 11011001 | 1001000 | 11011011 | 1 | 1000011 | 0 | 1110 | 100101011 | 1000011 | 111001 |
Color Harmonies of #D948DB
Complementary color
Monochromatic Colors of #D948DB
Black with #D948DB
Text Example
Text Example
White with #D948DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D948DB; }
p { color: rgb(217,72,219); }
H1.HeaderClassName
{
color: #D948DB;
}
.AnyTagClassName
{
color: #D948DB;
}
</style>
background-color css
<style>
a { background-color: #D948DB; }
a { background-color: rgb(217,72,219); }
div.DivClassName
{
background-color: #D948DB;
}
.BgClassName
{
background-color: #D948DB;
}
</style>
border-color css
<style>
span { border-color: #D948DB; }
span { border-color: rgb(217,72,219); }
td.TdClassName
{
border-color: #D948DB;
}
.TagClassName
{
border-color: #D948DB;
}
</style>