Shades of Orchid #DD69D2
Tints of Orchid #DD69D2
RGB
CMYK
RGB Variations
Color information
#DD69D2 (or 0xDD69D2) is known color: Orchid. HEX triplet: DD, 69 and D2. RGB value is (221,105,210). Sum of RGB (Red+Green+Blue) = 221+105+210=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69D2 is #22962D. Grayscale: #979797. Windows color (decimal): -2266670 or 13789661. OLE color: 13789661.
HSL color Cylindrical-coordinate representation of color #DD69D2: hue angle of 305.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69D2 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 210 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.13 |
| HSL | 305.69º | 0.63% | 0.64% | - |
| HSV(B) | 305.69º | 0.52% | 0.87% | - |
| XYZ | 46.5 | 30.13 | 64.34 | - |
| YUV | 151.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 210 | 0 | 0.52 | 0.05 | 0.13 | 305.69 | 0.63 | 0.64 |
| Hex | DD | 69 | D2 | 0 | 34 | 5 | D | 132 | 3F | 40 |
| Octal | 335 | 151 | 322 | 0 | 64 | 5 | 15 | 462 | 77 | 100 |
| Binary | 11011101 | 1101001 | 11010010 | 0 | 110100 | 101 | 1101 | 100110010 | 111111 | 1000000 |
Color Harmonies of #DD69D2
Complementary color
Monochromatic Colors of #DD69D2
Black with #DD69D2
Text Example
Text Example
White with #DD69D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69D2; }
p { color: rgb(221,105,210); }
H1.HeaderClassName
{
color: #DD69D2;
}
.AnyTagClassName
{
color: #DD69D2;
}
</style>
background-color css
<style>
a { background-color: #DD69D2; }
a { background-color: rgb(221,105,210); }
div.DivClassName
{
background-color: #DD69D2;
}
.BgClassName
{
background-color: #DD69D2;
}
</style>
border-color css
<style>
span { border-color: #DD69D2; }
span { border-color: rgb(221,105,210); }
td.TdClassName
{
border-color: #DD69D2;
}
.TagClassName
{
border-color: #DD69D2;
}
</style>