#DD84DB

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

Shades of Orchid #DD84DB

Tints of Orchid #DD84DB

Color information

#DD84DB (or 0xDD84DB) is unknown color: approx Orchid. HEX triplet: DD, 84 and DB. RGB value is (221,132,219). Sum of RGB (Red+Green+Blue) = 221+132+219=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84DB is #227B24. Grayscale: #A8A8A8. Windows color (decimal): -2259749 or 14386397. OLE color: 14386397.

HSL color Cylindrical-coordinate representation of color #DD84DB: hue angle of 301.35º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD84DB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221132219-
CMYK00.400.010.13
HSL301.35º56.69%69.22%-
HSV(B)301.35º40.27%86.67%-
XYZ50.8636.9971.48-
YUV168.53156.49165.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=38.64%
G=23.08%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113221900.400.010.13301.3556.6969.22
HexDD84DB0281D12d3945
Octal33520433305011545571105
Binary1101110110000100110110110101000111011001011011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84DB; }

 p { color: rgb(221,132,219); }

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

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

 a { background-color: rgb(221,132,219); }

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

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

 span { border-color: rgb(221,132,219); }

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