#DD79D9

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

Shades of Orchid #DD79D9

Tints of Orchid #DD79D9

Color information

#DD79D9 (or 0xDD79D9) is unknown color: approx Orchid. HEX triplet: DD, 79 and D9. RGB value is (221,121,217). Sum of RGB (Red+Green+Blue) = 221+121+217=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79D9 is #228626. Grayscale: #A1A1A1. Windows color (decimal): -2262567 or 14252509. OLE color: 14252509.

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

Color convert

RGB221121217-
CMYK00.450.020.13
HSL302.4º59.52%67.06%-
HSV(B)302.4º45.25%86.67%-
XYZ49.1834.0669.63-
YUV161.84159.13170.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 121 (47.66% from 255) = 21.65%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=39.53%
G=21.65%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112121700.450.020.13302.459.5267.06
HexDD79D902D2D12e3c43
Octal33517133105521545674103
Binary1101110111110011101100101011011011011001011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79D9; }

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

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

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

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

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

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

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

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