#DD79DB

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

Shades of Orchid #DD79DB

Tints of Orchid #DD79DB

Color information

#DD79DB (or 0xDD79DB) is unknown color: approx Orchid. HEX triplet: DD, 79 and DB. RGB value is (221,121,219). Sum of RGB (Red+Green+Blue) = 221+121+219=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 121 (47.66% from 255 or 21.57% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD79DB is #228624. Grayscale: #A1A1A1. Windows color (decimal): -2262565 or 14383581. OLE color: 14383581.

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

Color convert

RGB221121219-
CMYK00.450.010.13
HSL301.2º59.52%67.06%-
HSV(B)301.2º45.25%86.67%-
XYZ49.4434.1671.01-
YUV162.07160.13170.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 121 (47.66% from 255) = 21.57%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=39.39%
G=21.57%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112121900.450.010.13301.259.5267.06
HexDD79DB02D1D12d3c43
Octal33517133305511545574103
Binary110111011111001110110110101101111011001011011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79DB; }

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

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

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

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

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

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

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

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