Shades of Deep Magenta #D625BF
Tints of Deep Magenta #D625BF
RGB
CMYK
RGB Variations
Color information
#D625BF (or 0xD625BF) is known color: Deep Magenta. HEX triplet: D6, 25 and BF. RGB value is (214,37,191). Sum of RGB (Red+Green+Blue) = 214+37+191=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D625BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625BF is #29DA40. Grayscale: #6B6B6B. Windows color (decimal): -2742849 or 12527062. OLE color: 12527062.
HSL color Cylindrical-coordinate representation of color #D625BF: hue angle of 307.8º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D625BF is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 191 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.16 |
| HSL | 307.8º | 0.71% | 0.49% | - |
| HSV(B) | 307.8º | 0.83% | 0.84% | - |
| XYZ | 37.8 | 19.38 | 51.04 | - |
| YUV | 107.48 | 175.14 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 191 | 0 | 0.83 | 0.11 | 0.16 | 307.8 | 0.71 | 0.49 |
| Hex | D6 | 25 | BF | 0 | 53 | B | 10 | 134 | 47 | 31 |
| Octal | 326 | 45 | 277 | 0 | 123 | 13 | 20 | 464 | 107 | 61 |
| Binary | 11010110 | 100101 | 10111111 | 0 | 1010011 | 1011 | 10000 | 100110100 | 1000111 | 110001 |
Color Harmonies of #D625BF
Complementary color
Monochromatic Colors of #D625BF
Black with #D625BF
Text Example
Text Example
White with #D625BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D625BF; }
p { color: rgb(214,37,191); }
H1.HeaderClassName
{
color: #D625BF;
}
.AnyTagClassName
{
color: #D625BF;
}
</style>
background-color css
<style>
a { background-color: #D625BF; }
a { background-color: rgb(214,37,191); }
div.DivClassName
{
background-color: #D625BF;
}
.BgClassName
{
background-color: #D625BF;
}
</style>
border-color css
<style>
span { border-color: #D625BF; }
span { border-color: rgb(214,37,191); }
td.TdClassName
{
border-color: #D625BF;
}
.TagClassName
{
border-color: #D625BF;
}
</style>