#DD88D9

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

Shades of Orchid #DD88D9

Tints of Orchid #DD88D9

Color information

#DD88D9 (or 0xDD88D9) is unknown color: approx Orchid. HEX triplet: DD, 88 and D9. RGB value is (221,136,217). Sum of RGB (Red+Green+Blue) = 221+136+217=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88D9 is #227726. Grayscale: #AAAAAA. Windows color (decimal): -2258727 or 14256349. OLE color: 14256349.

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

Color convert

RGB221136217-
CMYK00.380.020.13
HSL302.82º55.56%70%-
HSV(B)302.82º38.46%86.67%-
XYZ51.1537.9970.28-
YUV170.65154.16163.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 136 (53.52% from 255) = 23.69%
BLUE value IS 217 (85.16% from 255) = 37.80%
R=38.50%
G=23.69%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113621700.380.020.13302.8255.5670
HexDD88D90262D12f3846
Octal33521033104621545770106
Binary11011101100010001101100101001101011011001011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD88D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD88D9; }

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

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

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

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

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

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

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

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