#DD8ACE

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

Shades of Orchid #DD8ACE

Tints of Orchid #DD8ACE

Color information

#DD8ACE (or 0xDD8ACE) is unknown color: approx Orchid. HEX triplet: DD, 8A and CE. RGB value is (221,138,206). Sum of RGB (Red+Green+Blue) = 221+138+206=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ACE is #227531. Grayscale: #AAAAAA. Windows color (decimal): -2258226 or 13535965. OLE color: 13535965.

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

Color convert

RGB221138206-
CMYK00.380.070.13
HSL310.84º54.97%70.39%-
HSV(B)310.84º37.56%86.67%-
XYZ50.0538.0163.09-
YUV170.57148163.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=39.12%
G=24.42%
B=36.46%

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
Decimal22113820600.380.070.13310.8454.9770.39
HexDD8ACE0267D1373746
Octal33521231604671546767106
Binary110111011000101011001110010011011111011001101111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8ACE; }

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

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

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

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

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

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

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

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