#dd73d1

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

Shades of Orchid #DD73D1

Tints of Orchid #DD73D1

Color information

#DD73D1 (or 0xDD73D1) is unknown color: approx Orchid. HEX triplet: DD, 73 and D1. RGB value is (221,115,209). Sum of RGB (Red+Green+Blue) = 221+115+209=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73D1 is #228C2E. Grayscale: #9D9D9D. Windows color (decimal): -2264111 or 13726685. OLE color: 13726685.

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

Color convert

RGB221115209-
CMYK00.480.050.13
HSL306.79º60.92%65.88%-
HSV(B)306.79º47.96%86.67%-
XYZ47.4632.2464.04-
YUV157.41157.12173.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 115 (45.31% from 255) = 21.10%
BLUE value IS 209 (82.03% from 255) = 38.35%
R=40.55%
G=21.10%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111520900.480.050.13306.7960.9265.88
HexDD73D10305D1333d42
Octal33516332106051546375102
Binary11011101111001111010001011000010111011001100111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd73d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd73d1; }

 p { color: rgb(221,115,209); }

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

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

 a { background-color: rgb(221,115,209); }

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

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

 span { border-color: rgb(221,115,209); }

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