Shades of Orchid #DD69CB
Tints of Orchid #DD69CB
RGB
CMYK
RGB Variations
Color information
#DD69CB (or 0xDD69CB) is known color: Orchid. HEX triplet: DD, 69 and CB. RGB value is (221,105,203). Sum of RGB (Red+Green+Blue) = 221+105+203=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69CB is #229634. Grayscale: #969696. Windows color (decimal): -2266677 or 13330909. OLE color: 13330909.
HSL color Cylindrical-coordinate representation of color #DD69CB: hue angle of 309.31º 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 #DD69CB is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 203 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.13 |
| HSL | 309.31º | 0.63% | 0.64% | - |
| HSV(B) | 309.31º | 0.52% | 0.87% | - |
| XYZ | 45.65 | 29.79 | 59.84 | - |
| YUV | 150.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 203 | 0 | 0.52 | 0.08 | 0.13 | 309.31 | 0.63 | 0.64 |
| Hex | DD | 69 | CB | 0 | 34 | 8 | D | 135 | 3F | 40 |
| Octal | 335 | 151 | 313 | 0 | 64 | 10 | 15 | 465 | 77 | 100 |
| Binary | 11011101 | 1101001 | 11001011 | 0 | 110100 | 1000 | 1101 | 100110101 | 111111 | 1000000 |
Color Harmonies of #DD69CB
Complementary color
Monochromatic Colors of #DD69CB
Black with #DD69CB
Text Example
Text Example
White with #DD69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69CB; }
p { color: rgb(221,105,203); }
H1.HeaderClassName
{
color: #DD69CB;
}
.AnyTagClassName
{
color: #DD69CB;
}
</style>
background-color css
<style>
a { background-color: #DD69CB; }
a { background-color: rgb(221,105,203); }
div.DivClassName
{
background-color: #DD69CB;
}
.BgClassName
{
background-color: #DD69CB;
}
</style>
border-color css
<style>
span { border-color: #DD69CB; }
span { border-color: rgb(221,105,203); }
td.TdClassName
{
border-color: #DD69CB;
}
.TagClassName
{
border-color: #DD69CB;
}
</style>