#DD6AD9

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

Shades of Orchid #DD6AD9

Tints of Orchid #DD6AD9

Color information

#DD6AD9 (or 0xDD6AD9) is unknown color: approx Orchid. HEX triplet: DD, 6A and D9. RGB value is (221,106,217). Sum of RGB (Red+Green+Blue) = 221+106+217=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD9 is #229526. Grayscale: #989898. Windows color (decimal): -2266407 or 14248669. OLE color: 14248669.

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

Color convert

RGB221106217-
CMYK00.520.020.13
HSL302.09º62.84%64.12%-
HSV(B)302.09º52.04%86.67%-
XYZ47.530.6969.07-
YUV153.04164.1176.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=40.62%
G=19.49%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110621700.520.020.13302.0962.8464.12
HexDD6AD90342D12e3f40
Octal33515233106421545677100
Binary1101110111010101101100101101001011011001011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6AD9; }

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

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

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

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

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

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

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

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