#DD7ADA

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

Shades of Orchid #DD7ADA

Tints of Orchid #DD7ADA

Color information

#DD7ADA (or 0xDD7ADA) is unknown color: approx Orchid. HEX triplet: DD, 7A and DA. RGB value is (221,122,218). Sum of RGB (Red+Green+Blue) = 221+122+218=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ADA is #228525. Grayscale: #A2A2A2. Windows color (decimal): -2262310 or 14318301. OLE color: 14318301.

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

Color convert

RGB221122218-
CMYK00.450.010.13
HSL301.82º59.28%67.25%-
HSV(B)301.82º44.8%86.67%-
XYZ49.4334.3570.36-
YUV162.54159.3169.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=39.39%
G=21.75%
B=38.86%

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
Decimal22112221800.450.010.13301.8259.2867.25
HexDD7ADA02D1D12e3b43
Octal33517233205511545673103
Binary110111011111010110110100101101111011001011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7ADA; }

 p { color: rgb(221,122,218); }

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

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

 a { background-color: rgb(221,122,218); }

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

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

 span { border-color: rgb(221,122,218); }

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