#DD79D6

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

Shades of Orchid #DD79D6

Tints of Orchid #DD79D6

Color information

#DD79D6 (or 0xDD79D6) is unknown color: approx Orchid. HEX triplet: DD, 79 and D6. RGB value is (221,121,214). Sum of RGB (Red+Green+Blue) = 221+121+214=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79D6 is #228629. Grayscale: #A1A1A1. Windows color (decimal): -2262570 or 14055901. OLE color: 14055901.

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

Color convert

RGB221121214-
CMYK00.450.030.13
HSL304.2º59.52%67.06%-
HSV(B)304.2º45.25%86.67%-
XYZ48.7933.967.59-
YUV161.5157.63170.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 121 (47.66% from 255) = 21.76%
BLUE value IS 214 (83.98% from 255) = 38.49%
R=39.75%
G=21.76%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112121400.450.030.13304.259.5267.06
HexDD79D602D3D1303c43
Octal33517132605531546074103
Binary1101110111110011101011001011011111011001100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79D6; }

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

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

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

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

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

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

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

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