#DD7DD9

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

Shades of Orchid #DD7DD9

Tints of Orchid #DD7DD9

Color information

#DD7DD9 (or 0xDD7DD9) is unknown color: approx Orchid. HEX triplet: DD, 7D and D9. RGB value is (221,125,217). Sum of RGB (Red+Green+Blue) = 221+125+217=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DD9 is #228226. Grayscale: #A3A3A3. Windows color (decimal): -2261543 or 14253533. OLE color: 14253533.

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

Color convert

RGB221125217-
CMYK00.430.020.13
HSL302.5º58.54%67.84%-
HSV(B)302.5º43.44%86.67%-
XYZ49.6835.0569.79-
YUV164.19157.8168.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=39.25%
G=22.20%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112521700.430.020.13302.558.5467.84
HexDD7DD902B2D12e3b44
Octal33517533105321545673104
Binary1101110111111011101100101010111011011001011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DD9; }

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

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

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

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

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

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

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

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