Shades of Orchid #DD75DB
Tints of Orchid #DD75DB
RGB
CMYK
RGB Variations
Color information
#DD75DB (or 0xDD75DB) is known color: Orchid. HEX triplet: DD, 75 and DB. RGB value is (221,117,219). Sum of RGB (Red+Green+Blue) = 221+117+219=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75DB is #228A24. Grayscale: #9F9F9F. Windows color (decimal): -2263589 or 14382557. OLE color: 14382557.
HSL color Cylindrical-coordinate representation of color #DD75DB: hue angle of 301.15º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75DB is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 219 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.13 |
| HSL | 301.15º | 0.6% | 0.66% | - |
| HSV(B) | 301.15º | 0.47% | 0.87% | - |
| XYZ | 48.97 | 33.21 | 70.85 | - |
| YUV | 159.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 219 | 0 | 0.47 | 0.01 | 0.13 | 301.15 | 0.6 | 0.66 |
| Hex | DD | 75 | DB | 0 | 2F | 1 | D | 12D | 3C | 42 |
| Octal | 335 | 165 | 333 | 0 | 57 | 1 | 15 | 455 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11011011 | 0 | 101111 | 1 | 1101 | 100101101 | 111100 | 1000010 |
Color Harmonies of #DD75DB
Complementary color
Monochromatic Colors of #DD75DB
Black with #DD75DB
Text Example
Text Example
White with #DD75DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75DB; }
p { color: rgb(221,117,219); }
H1.HeaderClassName
{
color: #DD75DB;
}
.AnyTagClassName
{
color: #DD75DB;
}
</style>
background-color css
<style>
a { background-color: #DD75DB; }
a { background-color: rgb(221,117,219); }
div.DivClassName
{
background-color: #DD75DB;
}
.BgClassName
{
background-color: #DD75DB;
}
</style>
border-color css
<style>
span { border-color: #DD75DB; }
span { border-color: rgb(221,117,219); }
td.TdClassName
{
border-color: #DD75DB;
}
.TagClassName
{
border-color: #DD75DB;
}
</style>