Shades of Orchid #DD69C1
Tints of Orchid #DD69C1
RGB
CMYK
RGB Variations
Color information
#DD69C1 (or 0xDD69C1) is known color: Orchid. HEX triplet: DD, 69 and C1. RGB value is (221,105,193). Sum of RGB (Red+Green+Blue) = 221+105+193=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69C1 is #22963E. Grayscale: #959595. Windows color (decimal): -2266687 or 12675549. OLE color: 12675549.
HSL color Cylindrical-coordinate representation of color #DD69C1: hue angle of 314.48º 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 #DD69C1 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 193 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.13 |
| HSL | 314.48º | 0.63% | 0.64% | - |
| HSV(B) | 314.48º | 0.52% | 0.87% | - |
| XYZ | 44.5 | 29.33 | 53.77 | - |
| YUV | 149.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 193 | 0 | 0.52 | 0.13 | 0.13 | 314.48 | 0.63 | 0.64 |
| Hex | DD | 69 | C1 | 0 | 34 | D | D | 13A | 3F | 40 |
| Octal | 335 | 151 | 301 | 0 | 64 | 15 | 15 | 472 | 77 | 100 |
| Binary | 11011101 | 1101001 | 11000001 | 0 | 110100 | 1101 | 1101 | 100111010 | 111111 | 1000000 |
Color Harmonies of #DD69C1
Complementary color
Monochromatic Colors of #DD69C1
Black with #DD69C1
Text Example
Text Example
White with #DD69C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69C1; }
p { color: rgb(221,105,193); }
H1.HeaderClassName
{
color: #DD69C1;
}
.AnyTagClassName
{
color: #DD69C1;
}
</style>
background-color css
<style>
a { background-color: #DD69C1; }
a { background-color: rgb(221,105,193); }
div.DivClassName
{
background-color: #DD69C1;
}
.BgClassName
{
background-color: #DD69C1;
}
</style>
border-color css
<style>
span { border-color: #DD69C1; }
span { border-color: rgb(221,105,193); }
td.TdClassName
{
border-color: #DD69C1;
}
.TagClassName
{
border-color: #DD69C1;
}
</style>