#DD6DD9

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

Shades of Orchid #DD6DD9

Tints of Orchid #DD6DD9

Color information

#DD6DD9 (or 0xDD6DD9) is unknown color: approx Orchid. HEX triplet: DD, 6D and D9. RGB value is (221,109,217). Sum of RGB (Red+Green+Blue) = 221+109+217=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DD9 is #229226. Grayscale: #9A9A9A. Windows color (decimal): -2265639 or 14249437. OLE color: 14249437.

HSL color Cylindrical-coordinate representation of color #DD6DD9: hue angle of 302.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DD9 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221109217-
CMYK00.510.020.13
HSL302.14º62.22%64.71%-
HSV(B)302.14º50.68%86.67%-
XYZ47.8131.3269.17-
YUV154.8163.11175.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 109 (42.97% from 255) = 19.93%
BLUE value IS 217 (85.16% from 255) = 39.67%
R=40.40%
G=19.93%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110921700.510.020.13302.1462.2264.71
HexDD6DD90332D12e3e41
Octal33515533106321545676101
Binary1101110111011011101100101100111011011001011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DD9; }

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

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

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

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

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

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

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

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