#DD6DDF

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

Shades of Orchid #DD6DDF

Tints of Orchid #DD6DDF

Color information

#DD6DDF (or 0xDD6DDF) is unknown color: approx Orchid. HEX triplet: DD, 6D and DF. RGB value is (221,109,223). Sum of RGB (Red+Green+Blue) = 221+109+223=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DDF is #229220. Grayscale: #9B9B9B. Windows color (decimal): -2265633 or 14642653. OLE color: 14642653.

HSL color Cylindrical-coordinate representation of color #DD6DDF: hue angle of 298.95º degrees, saturation: 0.64, 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 #DD6DDF is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221109223-
CMYK0.010.5100.13
HSL298.95º64.04%65.1%-
HSV(B)298.95º51.12%87.45%-
XYZ48.6131.6473.36-
YUV155.48166.11174.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 109 (42.97% from 255) = 19.71%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=39.96%
G=19.71%
B=40.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211092230.010.5100.13298.9564.0465.1
HexDD6DDF1330D12b4041
Octal335155337163015453100101
Binary1101110111011011101111111100110110110010101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DDF; }

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

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

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

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

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

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

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

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