#D99392

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

Shades of Petite Orchid #D99392

Tints of Petite Orchid #D99392

Color information

#D99392 (or 0xD99392) is unknown color: approx Petite Orchid. HEX triplet: D9, 93 and 92. RGB value is (217,147,146). Sum of RGB (Red+Green+Blue) = 217+147+146=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D99392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99392 is #266C6D. Grayscale: #A7A7A7. Windows color (decimal): -2518126 or 9606105. OLE color: 9606105.

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

Color convert

RGB217147146-
CMYK00.320.330.15
HSL0.85º48.3%71.18%-
HSV(B)0.85º32.72%85.1%-
XYZ44.2437.6932.14-
YUV167.82115.69163.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.55%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=42.55%
G=28.82%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714714600.320.330.150.8548.371.18
HexD9939202021F13047
Octal3312232220404117160107
Binary1101100110010011100100100100000100001111111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99392; }

 p { color: rgb(217,147,146); }

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

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

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

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

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

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

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