Shades of Orchid #DD88CB
Tints of Orchid #DD88CB
RGB
CMYK
RGB Variations
Color information
#DD88CB (or 0xDD88CB) is known color: Orchid. HEX triplet: DD, 88 and CB. RGB value is (221,136,203). Sum of RGB (Red+Green+Blue) = 221+136+203=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88CB is #227734. Grayscale: #A8A8A8. Windows color (decimal): -2258741 or 13338845. OLE color: 13338845.
HSL color Cylindrical-coordinate representation of color #DD88CB: hue angle of 312.71º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88CB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 203 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.13 |
| HSL | 312.71º | 0.56% | 0.7% | - |
| HSV(B) | 312.71º | 0.38% | 0.87% | - |
| XYZ | 49.4 | 37.29 | 61.09 | - |
| YUV | 169.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 203 | 0 | 0.38 | 0.08 | 0.13 | 312.71 | 0.56 | 0.7 |
| Hex | DD | 88 | CB | 0 | 26 | 8 | D | 139 | 38 | 46 |
| Octal | 335 | 210 | 313 | 0 | 46 | 10 | 15 | 471 | 70 | 106 |
| Binary | 11011101 | 10001000 | 11001011 | 0 | 100110 | 1000 | 1101 | 100111001 | 111000 | 1000110 |
Color Harmonies of #DD88CB
Complementary color
Monochromatic Colors of #DD88CB
Black with #DD88CB
Text Example
Text Example
White with #DD88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88CB; }
p { color: rgb(221,136,203); }
H1.HeaderClassName
{
color: #DD88CB;
}
.AnyTagClassName
{
color: #DD88CB;
}
</style>
background-color css
<style>
a { background-color: #DD88CB; }
a { background-color: rgb(221,136,203); }
div.DivClassName
{
background-color: #DD88CB;
}
.BgClassName
{
background-color: #DD88CB;
}
</style>
border-color css
<style>
span { border-color: #DD88CB; }
span { border-color: rgb(221,136,203); }
td.TdClassName
{
border-color: #DD88CB;
}
.TagClassName
{
border-color: #DD88CB;
}
</style>