#DD66BB

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

Shades of Orchid #DD66BB

Tints of Orchid #DD66BB

Color information

#DD66BB (or 0xDD66BB) is unknown color: approx Orchid. HEX triplet: DD, 66 and BB. RGB value is (221,102,187). Sum of RGB (Red+Green+Blue) = 221+102+187=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66BB is #229944. Grayscale: #939393. Windows color (decimal): -2267461 or 12281565. OLE color: 12281565.

HSL color Cylindrical-coordinate representation of color #DD66BB: hue angle of 317.14º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD66BB is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB221102187-
CMYK00.540.150.13
HSL317.14º63.64%63.33%-
HSV(B)317.14º53.85%86.67%-
XYZ43.5428.4650.21-
YUV147.27150.42180.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 102 (40.23% from 255) = 20%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=43.33%
G=20%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110218700.540.150.13317.1463.6463.33
HexDD66BB036FD13d403f
Octal335146273066171547510077
Binary110111011100110101110110110110111111011001111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66BB; }

 p { color: rgb(221,102,187); }

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

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

 a { background-color: rgb(221,102,187); }

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

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

 span { border-color: rgb(221,102,187); }

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