#DD7DD2

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

Shades of Orchid #DD7DD2

Tints of Orchid #DD7DD2

Color information

#DD7DD2 (or 0xDD7DD2) is unknown color: approx Orchid. HEX triplet: DD, 7D and D2. RGB value is (221,125,210). Sum of RGB (Red+Green+Blue) = 221+125+210=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7DD2 is #22822D. Grayscale: #A3A3A3. Windows color (decimal): -2261550 or 13794781. OLE color: 13794781.

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

Color convert

RGB221125210-
CMYK00.430.050.13
HSL306.88º58.54%67.84%-
HSV(B)306.88º43.44%86.67%-
XYZ48.7934.6965.1-
YUV163.39154.3169.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 125 (49.22% from 255) = 22.48%
BLUE value IS 210 (82.42% from 255) = 37.77%
R=39.75%
G=22.48%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112521000.430.050.13306.8858.5467.84
HexDD7DD202B5D1333b44
Octal33517532205351546373104
Binary11011101111110111010010010101110111011001100111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DD2; }

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

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

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

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

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

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

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

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