#DD88CE

Color #DD88CE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DD88CE

Tints of Orchid #DD88CE

Color information

#DD88CE (or 0xDD88CE) is unknown color: approx Orchid. HEX triplet: DD, 88 and CE. RGB value is (221,136,206). Sum of RGB (Red+Green+Blue) = 221+136+206=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88CE is #227731. Grayscale: #A9A9A9. Windows color (decimal): -2258738 or 13535453. OLE color: 13535453.

HSL color Cylindrical-coordinate representation of color #DD88CE: hue angle of 310.59º 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 #DD88CE is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221136206-
CMYK00.380.070.13
HSL310.59º55.56%70%-
HSV(B)310.59º38.46%86.67%-
XYZ49.7637.4463-
YUV169.4148.66164.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=39.25%
G=24.16%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113620600.380.070.13310.5955.5670
HexDD88CE0267D1373846
Octal33521031604671546770106
Binary110111011000100011001110010011011111011001101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88CE; }

 p { color: rgb(221,136,206); }

 H1.HeaderClassName
 {
   color: #DD88CE;
 }
 .AnyTagClassName
 {
   color: #DD88CE;
 }
</style>
background-color css

<style>
 a { background-color: #DD88CE; }

 a { background-color: rgb(221,136,206); }

 div.DivClassName
 {
   background-color: #DD88CE;
 }
 .BgClassName
 {
   background-color: #DD88CE;
 }
</style>
border-color css

<style>
 span { border-color: #DD88CE; }

 span { border-color: rgb(221,136,206); }

 td.TdClassName
 {
   border-color: #DD88CE;
 }
 .TagClassName
 {
   border-color: #DD88CE;
 }
</style>