Shades of Orchid #DD75D1
Tints of Orchid #DD75D1
RGB
CMYK
RGB Variations
Color information
#DD75D1 (or 0xDD75D1) is known color: Orchid. HEX triplet: DD, 75 and D1. RGB value is (221,117,209). Sum of RGB (Red+Green+Blue) = 221+117+209=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75D1 is #228A2E. Grayscale: #9E9E9E. Windows color (decimal): -2263599 or 13727197. OLE color: 13727197.
HSL color Cylindrical-coordinate representation of color #DD75D1: hue angle of 306.92º 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 #DD75D1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 209 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.13 |
| HSL | 306.92º | 0.6% | 0.66% | - |
| HSV(B) | 306.92º | 0.47% | 0.87% | - |
| XYZ | 47.69 | 32.7 | 64.12 | - |
| YUV | 158.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 209 | 0 | 0.47 | 0.05 | 0.13 | 306.92 | 0.6 | 0.66 |
| Hex | DD | 75 | D1 | 0 | 2F | 5 | D | 133 | 3C | 42 |
| Octal | 335 | 165 | 321 | 0 | 57 | 5 | 15 | 463 | 74 | 102 |
| Binary | 11011101 | 1110101 | 11010001 | 0 | 101111 | 101 | 1101 | 100110011 | 111100 | 1000010 |
Color Harmonies of #DD75D1
Complementary color
Monochromatic Colors of #DD75D1
Black with #DD75D1
Text Example
Text Example
White with #DD75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD75D1; }
p { color: rgb(221,117,209); }
H1.HeaderClassName
{
color: #DD75D1;
}
.AnyTagClassName
{
color: #DD75D1;
}
</style>
background-color css
<style>
a { background-color: #DD75D1; }
a { background-color: rgb(221,117,209); }
div.DivClassName
{
background-color: #DD75D1;
}
.BgClassName
{
background-color: #DD75D1;
}
</style>
border-color css
<style>
span { border-color: #DD75D1; }
span { border-color: rgb(221,117,209); }
td.TdClassName
{
border-color: #DD75D1;
}
.TagClassName
{
border-color: #DD75D1;
}
</style>