Shades of Orchid #DD74BF
Tints of Orchid #DD74BF
RGB
CMYK
RGB Variations
Color information
#DD74BF (or 0xDD74BF) is known color: Orchid. HEX triplet: DD, 74 and BF. RGB value is (221,116,191). Sum of RGB (Red+Green+Blue) = 221+116+191=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74BF is #228B40. Grayscale: #9B9B9B. Windows color (decimal): -2263873 or 12547293. OLE color: 12547293.
HSL color Cylindrical-coordinate representation of color #DD74BF: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD74BF is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 191 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.13 |
| HSL | 317.14º | 0.61% | 0.66% | - |
| HSV(B) | 317.14º | 0.48% | 0.87% | - |
| XYZ | 45.47 | 31.62 | 53 | - |
| YUV | 155.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 191 | 0 | 0.48 | 0.14 | 0.13 | 317.14 | 0.61 | 0.66 |
| Hex | DD | 74 | BF | 0 | 30 | E | D | 13D | 3D | 42 |
| Octal | 335 | 164 | 277 | 0 | 60 | 16 | 15 | 475 | 75 | 102 |
| Binary | 11011101 | 1110100 | 10111111 | 0 | 110000 | 1110 | 1101 | 100111101 | 111101 | 1000010 |
Color Harmonies of #DD74BF
Complementary color
Monochromatic Colors of #DD74BF
Black with #DD74BF
Text Example
Text Example
White with #DD74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74BF; }
p { color: rgb(221,116,191); }
H1.HeaderClassName
{
color: #DD74BF;
}
.AnyTagClassName
{
color: #DD74BF;
}
</style>
background-color css
<style>
a { background-color: #DD74BF; }
a { background-color: rgb(221,116,191); }
div.DivClassName
{
background-color: #DD74BF;
}
.BgClassName
{
background-color: #DD74BF;
}
</style>
border-color css
<style>
span { border-color: #DD74BF; }
span { border-color: rgb(221,116,191); }
td.TdClassName
{
border-color: #DD74BF;
}
.TagClassName
{
border-color: #DD74BF;
}
</style>