#DF9A9A

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

Shades of Petite Orchid #DF9A9A

Tints of Petite Orchid #DF9A9A

Color information

#DF9A9A (or 0xDF9A9A) is unknown color: approx Petite Orchid. HEX triplet: DF, 9A and 9A. RGB value is (223,154,154). Sum of RGB (Red+Green+Blue) = 223+154+154=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A9A is #206565. Grayscale: #AEAEAE. Windows color (decimal): -2123110 or 10132191. OLE color: 10132191.

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

Color convert

RGB223154154-
CMYK00.310.310.13
HSL51.88%73.92%-
HSV(B)30.94%87.45%-
XYZ47.8241.1335.99-
YUV174.63116.36162.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=42.00%
G=29.00%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315415400.310.310.13051.8873.92
HexDF9A9A01F1FD0344a
Octal3372322320373715064112
Binary11011111100110101001101001111111111110101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9A9A; }

 p { color: rgb(223,154,154); }

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

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

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

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

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

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

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