#DD89CF

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

Shades of Orchid #DD89CF

Tints of Orchid #DD89CF

Color information

#DD89CF (or 0xDD89CF) is unknown color: approx Orchid. HEX triplet: DD, 89 and CF. RGB value is (221,137,207). Sum of RGB (Red+Green+Blue) = 221+137+207=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD89CF is #227630. Grayscale: #A9A9A9. Windows color (decimal): -2258481 or 13601245. OLE color: 13601245.

HSL color Cylindrical-coordinate representation of color #DD89CF: hue angle of 310º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD89CF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221137207-
CMYK00.380.060.13
HSL310º55.26%70.2%-
HSV(B)310º38.01%86.67%-
XYZ50.0337.7763.68-
YUV170.1148.83164.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 137 (53.91% from 255) = 24.25%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=39.12%
G=24.25%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113720700.380.060.1331055.2670.2
HexDD89CF0266D1363746
Octal33521131704661546667106
Binary110111011000100111001111010011011011011001101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD89CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD89CF; }

 p { color: rgb(221,137,207); }

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

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

 a { background-color: rgb(221,137,207); }

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

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

 span { border-color: rgb(221,137,207); }

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