#D09392

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

Shades of Petite Orchid #D09392

Tints of Petite Orchid #D09392

Color information

#D09392 (or 0xD09392) is unknown color: approx Petite Orchid. HEX triplet: D0, 93 and 92. RGB value is (208,147,146). Sum of RGB (Red+Green+Blue) = 208+147+146=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D09392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09392 is #2F6C6D. Grayscale: #A5A5A5. Windows color (decimal): -3107950 or 9606096. OLE color: 9606096.

HSL color Cylindrical-coordinate representation of color #D09392: hue angle of 0.97º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09392 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208147146-
CMYK00.290.300.18
HSL0.97º39.74%69.41%-
HSV(B)0.97º29.81%81.57%-
XYZ41.6336.3532.02-
YUV165.12117.21158.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=41.52%
G=29.34%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814714600.290.300.180.9739.7469.41
HexD0939201D1E1212845
Octal3202232220353622150105
Binary110100001001001110010010011101111101001011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09392; }

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

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

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

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

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

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

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

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