#DD66D8

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

Shades of Orchid #DD66D8

Tints of Orchid #DD66D8

Color information

#DD66D8 (or 0xDD66D8) is unknown color: approx Orchid. HEX triplet: DD, 66 and D8. RGB value is (221,102,216). Sum of RGB (Red+Green+Blue) = 221+102+216=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD66D8 is #229927. Grayscale: #969696. Windows color (decimal): -2267432 or 14182109. OLE color: 14182109.

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

Color convert

RGB221102216-
CMYK00.540.020.13
HSL302.52º63.64%63.33%-
HSV(B)302.52º53.85%86.67%-
XYZ46.9629.8368.25-
YUV150.58164.92178.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 102 (40.23% from 255) = 18.92%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=41.00%
G=18.92%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110221600.540.020.13302.5263.6463.33
HexDD66D80362D12f403f
Octal33514633006621545710077
Binary1101110111001101101100001101101011011001011111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66D8; }

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

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

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

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

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

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

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

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