#D99A9A

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

Shades of Petite Orchid #D99A9A

Tints of Petite Orchid #D99A9A

Color information

#D99A9A (or 0xD99A9A) is unknown color: approx Petite Orchid. HEX triplet: D9, 9A and 9A. RGB value is (217,154,154). Sum of RGB (Red+Green+Blue) = 217+154+154=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A9A is #266565. Grayscale: #ACACAC. Windows color (decimal): -2516326 or 10132185. OLE color: 10132185.

HSL color Cylindrical-coordinate representation of color #D99A9A: hue angle of 0º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99A9A is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217154154-
CMYK00.290.290.15
HSL45.32%72.75%-
HSV(B)29.03%85.1%-
XYZ4640.235.91-
YUV172.84117.37159.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=41.33%
G=29.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715415400.290.290.15045.3272.75
HexD99A9A01D1DF02d49
Octal3312322320353517055111
Binary11011001100110101001101001110111101111101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A9A; }

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

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

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

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

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

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

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

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