#DD76D2

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

Shades of Orchid #DD76D2

Tints of Orchid #DD76D2

Color information

#DD76D2 (or 0xDD76D2) is unknown color: approx Orchid. HEX triplet: DD, 76 and D2. RGB value is (221,118,210). Sum of RGB (Red+Green+Blue) = 221+118+210=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DD76D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD76D2 is #22892D. Grayscale: #9F9F9F. Windows color (decimal): -2263342 or 13792989. OLE color: 13792989.

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

Color convert

RGB221118210-
CMYK00.470.050.13
HSL306.41º60.23%66.47%-
HSV(B)306.41º46.61%86.67%-
XYZ47.9332.9864.81-
YUV159.28156.62172.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 118 (46.48% from 255) = 21.49%
BLUE value IS 210 (82.42% from 255) = 38.25%
R=40.26%
G=21.49%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111821000.470.050.13306.4160.2366.47
HexDD76D202F5D1323c42
Octal33516632205751546274102
Binary11011101111011011010010010111110111011001100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD76D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD76D2; }

 p { color: rgb(221,118,210); }

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

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

 a { background-color: rgb(221,118,210); }

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

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

 span { border-color: rgb(221,118,210); }

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