#DD84CB

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

Shades of Orchid #DD84CB

Tints of Orchid #DD84CB

Color information

#DD84CB (or 0xDD84CB) is unknown color: approx Orchid. HEX triplet: DD, 84 and CB. RGB value is (221,132,203). Sum of RGB (Red+Green+Blue) = 221+132+203=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD84CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD84CB is #227B34. Grayscale: #A6A6A6. Windows color (decimal): -2259765 or 13337821. OLE color: 13337821.

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

Color convert

RGB221132203-
CMYK00.400.080.13
HSL312.13º56.69%69.22%-
HSV(B)312.13º40.27%86.67%-
XYZ48.8536.1960.91-
YUV166.7148.49166.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 132 (51.95% from 255) = 23.74%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=39.75%
G=23.74%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113220300.400.080.13312.1356.6969.22
HexDD84CB0288D1383945
Octal335204313050101547071105
Binary1101110110000100110010110101000100011011001110001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD84CB; }

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

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

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

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

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

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

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

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