#DD6FD9

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

Shades of Orchid #DD6FD9

Tints of Orchid #DD6FD9

Color information

#DD6FD9 (or 0xDD6FD9) is unknown color: approx Orchid. HEX triplet: DD, 6F and D9. RGB value is (221,111,217). Sum of RGB (Red+Green+Blue) = 221+111+217=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FD9 is #229026. Grayscale: #9B9B9B. Windows color (decimal): -2265127 or 14249949. OLE color: 14249949.

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

Color convert

RGB221111217-
CMYK00.500.020.13
HSL302.18º61.8%65.1%-
HSV(B)302.18º49.77%86.67%-
XYZ48.0331.7569.24-
YUV155.97162.44174.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 111 (43.75% from 255) = 20.22%
BLUE value IS 217 (85.16% from 255) = 39.53%
R=40.26%
G=20.22%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111121700.500.020.13302.1861.865.1
HexDD6FD90322D12e3e41
Octal33515733106221545676101
Binary1101110111011111101100101100101011011001011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FD9; }

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

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

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

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

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

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

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

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