#DF9591

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

Shades of Petite Orchid #DF9591

Tints of Petite Orchid #DF9591

Color information

#DF9591 (or 0xDF9591) is unknown color: approx Petite Orchid. HEX triplet: DF, 95 and 91. RGB value is (223,149,145). Sum of RGB (Red+Green+Blue) = 223+149+145=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9591 is #206A6E. Grayscale: #AAAAAA. Windows color (decimal): -2124399 or 9541087. OLE color: 9541087.

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

Color convert

RGB223149145-
CMYK00.330.350.13
HSL3.08º54.93%72.16%-
HSV(B)3.08º34.98%87.45%-
XYZ46.2939.2331.92-
YUV170.67113.52165.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.13%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 145 (57.03% from 255) = 28.05%
R=43.13%
G=28.82%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314914500.330.350.133.0854.9372.16
HexDF959102123D33748
Octal3372252210414315367110
Binary11011111100101011001000101000011000111101111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9591; }

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

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

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

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

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

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

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

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