#DF9190

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

Shades of Petite Orchid #DF9190

Tints of Petite Orchid #DF9190

Color information

#DF9190 (or 0xDF9190) is unknown color: approx Petite Orchid. HEX triplet: DF, 91 and 90. RGB value is (223,145,144). Sum of RGB (Red+Green+Blue) = 223+145+144=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9190 is #206E6F. Grayscale: #A8A8A8. Windows color (decimal): -2125424 or 9474527. OLE color: 9474527.

HSL color Cylindrical-coordinate representation of color #DF9190: hue angle of 0.76º 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 #DF9190 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223145144-
CMYK00.350.350.13
HSL0.76º55.24%71.96%-
HSV(B)0.76º35.43%87.45%-
XYZ45.5937.9531.31-
YUV168.21114.34167.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=43.55%
G=28.32%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314514400.350.350.130.7655.2471.96
HexDF919002323D13748
Octal3372212200434315167110
Binary1101111110010001100100000100011100011110111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9190; }

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

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

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

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

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

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

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

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