Shades of Orchid #DD7AD1
Tints of Orchid #DD7AD1
RGB
CMYK
RGB Variations
Color information
#DD7AD1 (or 0xDD7AD1) is known color: Orchid. HEX triplet: DD, 7A and D1. RGB value is (221,122,209). Sum of RGB (Red+Green+Blue) = 221+122+209=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AD1 is #22852E. Grayscale: #A1A1A1. Windows color (decimal): -2262319 or 13728477. OLE color: 13728477.
HSL color Cylindrical-coordinate representation of color #DD7AD1: hue angle of 307.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7AD1 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 122 | 209 | - |
CMYK | 0 | 0.45 | 0.05 | 0.13 |
HSL | 307.27º | 0.59% | 0.67% | - |
HSV(B) | 307.27º | 0.45% | 0.87% | - |
XYZ | 48.29 | 33.89 | 64.32 | - |
YUV | 161.52 | 154.8 | 170.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 122 | 209 | 0 | 0.45 | 0.05 | 0.13 | 307.27 | 0.59 | 0.67 |
Hex | DD | 7A | D1 | 0 | 2D | 5 | D | 133 | 3B | 43 |
Octal | 335 | 172 | 321 | 0 | 55 | 5 | 15 | 463 | 73 | 103 |
Binary | 11011101 | 1111010 | 11010001 | 0 | 101101 | 101 | 1101 | 100110011 | 111011 | 1000011 |
Color Harmonies of #DD7AD1
Complementary color
Monochromatic Colors of #DD7AD1
Black with #DD7AD1
Text Example
Text Example
White with #DD7AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7AD1; }
p { color: rgb(221,122,209); }
H1.HeaderClassName
{
color: #DD7AD1;
}
.AnyTagClassName
{
color: #DD7AD1;
}
</style>
background-color css
<style>
a { background-color: #DD7AD1; }
a { background-color: rgb(221,122,209); }
div.DivClassName
{
background-color: #DD7AD1;
}
.BgClassName
{
background-color: #DD7AD1;
}
</style>
border-color css
<style>
span { border-color: #DD7AD1; }
span { border-color: rgb(221,122,209); }
td.TdClassName
{
border-color: #DD7AD1;
}
.TagClassName
{
border-color: #DD7AD1;
}
</style>