#DF958A

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

Shades of Petite Orchid #DF958A

Tints of Petite Orchid #DF958A

Color information

#DF958A (or 0xDF958A) is unknown color: approx Petite Orchid. HEX triplet: DF, 95 and 8A. RGB value is (223,149,138). Sum of RGB (Red+Green+Blue) = 223+149+138=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF958A is #206A75. Grayscale: #A9A9A9. Windows color (decimal): -2124406 or 9082335. OLE color: 9082335.

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

Color convert

RGB223149138-
CMYK00.330.380.13
HSL7.76º57.05%70.78%-
HSV(B)7.76º38.12%87.45%-
XYZ45.7739.0229.16-
YUV169.87110.02165.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.73%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=43.73%
G=29.22%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314913800.330.380.137.7657.0570.78
HexDF958A02126D83947
Octal33722521204146151071107
Binary1101111110010101100010100100001100110110110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF958A; }

 p { color: rgb(223,149,138); }

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

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

 a { background-color: rgb(223,149,138); }

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

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

 span { border-color: rgb(223,149,138); }

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