Shades of Orchid #DF72D1
Tints of Orchid #DF72D1
RGB
CMYK
RGB Variations
Color information
#DF72D1 (or 0xDF72D1) is known color: Orchid. HEX triplet: DF, 72 and D1. RGB value is (223,114,209). Sum of RGB (Red+Green+Blue) = 223+114+209=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72D1 is #208D2E. Grayscale: #9D9D9D. Windows color (decimal): -2133295 or 13726431. OLE color: 13726431.
HSL color Cylindrical-coordinate representation of color #DF72D1: hue angle of 307.71º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF72D1 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 114 | 209 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.13 |
| HSL | 307.71º | 0.63% | 0.66% | - |
| HSV(B) | 307.71º | 0.49% | 0.87% | - |
| XYZ | 47.96 | 32.33 | 64.03 | - |
| YUV | 157.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 114 | 209 | 0 | 0.49 | 0.06 | 0.13 | 307.71 | 0.63 | 0.66 |
| Hex | DF | 72 | D1 | 0 | 31 | 6 | D | 134 | 3F | 42 |
| Octal | 337 | 162 | 321 | 0 | 61 | 6 | 15 | 464 | 77 | 102 |
| Binary | 11011111 | 1110010 | 11010001 | 0 | 110001 | 110 | 1101 | 100110100 | 111111 | 1000010 |
Color Harmonies of #DF72D1
Complementary color
Monochromatic Colors of #DF72D1
Black with #DF72D1
Text Example
Text Example
White with #DF72D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF72D1; }
p { color: rgb(223,114,209); }
H1.HeaderClassName
{
color: #DF72D1;
}
.AnyTagClassName
{
color: #DF72D1;
}
</style>
background-color css
<style>
a { background-color: #DF72D1; }
a { background-color: rgb(223,114,209); }
div.DivClassName
{
background-color: #DF72D1;
}
.BgClassName
{
background-color: #DF72D1;
}
</style>
border-color css
<style>
span { border-color: #DF72D1; }
span { border-color: rgb(223,114,209); }
td.TdClassName
{
border-color: #DF72D1;
}
.TagClassName
{
border-color: #DF72D1;
}
</style>