#DF908A

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

Shades of Petite Orchid #DF908A

Tints of Petite Orchid #DF908A

Color information

#DF908A (or 0xDF908A) is unknown color: approx Petite Orchid. HEX triplet: DF, 90 and 8A. RGB value is (223,144,138). Sum of RGB (Red+Green+Blue) = 223+144+138=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF908A is #206F75. Grayscale: #A7A7A7. Windows color (decimal): -2125686 or 9081055. OLE color: 9081055.

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

Color convert

RGB223144138-
CMYK00.350.380.13
HSL4.24º57.05%70.78%-
HSV(B)4.24º38.12%87.45%-
XYZ44.9937.4728.91-
YUV166.94111.67167.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=44.16%
G=28.51%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314413800.350.380.134.2457.0570.78
HexDF908A02326D43947
Octal3372202120434615471107
Binary110111111001000010001010010001110011011011001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF908A; }

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

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

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

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

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

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

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

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