#DD6DDB

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

Shades of Orchid #DD6DDB

Tints of Orchid #DD6DDB

Color information

#DD6DDB (or 0xDD6DDB) is unknown color: approx Orchid. HEX triplet: DD, 6D and DB. RGB value is (221,109,219). Sum of RGB (Red+Green+Blue) = 221+109+219=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DDB is #229224. Grayscale: #9A9A9A. Windows color (decimal): -2265637 or 14380509. OLE color: 14380509.

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

Color convert

RGB221109219-
CMYK00.510.010.13
HSL301.07º62.22%64.71%-
HSV(B)301.07º50.68%86.67%-
XYZ48.0731.4270.55-
YUV155.03164.11175.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 109 (42.97% from 255) = 19.85%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=40.26%
G=19.85%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110921900.510.010.13301.0762.2264.71
HexDD6DDB0331D12d3e41
Octal33515533306311545576101
Binary110111011101101110110110110011111011001011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DDB; }

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

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

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

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

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

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

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

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