#DF89CC

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

Shades of Orchid #DF89CC

Tints of Orchid #DF89CC

Color information

#DF89CC (or 0xDF89CC) is unknown color: approx Orchid. HEX triplet: DF, 89 and CC. RGB value is (223,137,204). Sum of RGB (Red+Green+Blue) = 223+137+204=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF89CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF89CC is #207633. Grayscale: #AAAAAA. Windows color (decimal): -2127412 or 13404639. OLE color: 13404639.

HSL color Cylindrical-coordinate representation of color #DF89CC: hue angle of 313.26º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF89CC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223137204-
CMYK00.390.090.13
HSL313.26º57.33%70.59%-
HSV(B)313.26º38.57%87.45%-
XYZ50.2837.9461.8-
YUV170.35146.99165.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 137 (53.91% from 255) = 24.29%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=39.54%
G=24.29%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313720400.390.090.13313.2657.3370.59
HexDF89CC0279D1393947
Octal337211314047111547171107
Binary1101111110001001110011000100111100111011001110011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF89CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF89CC; }

 p { color: rgb(223,137,204); }

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

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

 a { background-color: rgb(223,137,204); }

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

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

 span { border-color: rgb(223,137,204); }

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