#DF9487

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

Shades of Petite Orchid #DF9487

Tints of Petite Orchid #DF9487

Color information

#DF9487 (or 0xDF9487) is unknown color: approx Petite Orchid. HEX triplet: DF, 94 and 87. RGB value is (223,148,135). Sum of RGB (Red+Green+Blue) = 223+148+135=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9487 is #206B78. Grayscale: #A9A9A9. Windows color (decimal): -2124665 or 8885471. OLE color: 8885471.

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

Color convert

RGB223148135-
CMYK00.340.390.13
HSL8.86º57.89%70.2%-
HSV(B)8.86º39.46%87.45%-
XYZ45.3938.6227.98-
YUV168.94108.85166.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=44.07%
G=29.25%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314813500.340.390.138.8657.8970.2
HexDF948702227D93a46
Octal33722420704247151172106
Binary1101111110010100100001110100010100111110110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9487; }

 p { color: rgb(223,148,135); }

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

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

 a { background-color: rgb(223,148,135); }

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

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

 span { border-color: rgb(223,148,135); }

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