#DD7AD1

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

Shades of Orchid #DD7AD1

Tints of Orchid #DD7AD1

Color information

#DD7AD1 (or 0xDD7AD1) is unknown color: approx Orchid. HEX triplet: DD, 7A and D1. RGB value is (221,122,209). Sum of RGB (Red+Green+Blue) = 221+122+209=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7AD1 is #22852E. Grayscale: #A1A1A1. Windows color (decimal): -2262319 or 13728477. OLE color: 13728477.

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

Color convert

RGB221122209-
CMYK00.450.050.13
HSL307.27º59.28%67.25%-
HSV(B)307.27º44.8%86.67%-
XYZ48.2933.8964.32-
YUV161.52154.8170.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 122 (48.05% from 255) = 22.10%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=40.04%
G=22.10%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112220900.450.050.13307.2759.2867.25
HexDD7AD102D5D1333b43
Octal33517232105551546373103
Binary11011101111101011010001010110110111011001100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AD1; }

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

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

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

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

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

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

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

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