#D09390

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

Shades of Petite Orchid #D09390

Tints of Petite Orchid #D09390

Color information

#D09390 (or 0xD09390) is unknown color: approx Petite Orchid. HEX triplet: D0, 93 and 90. RGB value is (208,147,144). Sum of RGB (Red+Green+Blue) = 208+147+144=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D09390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09390 is #2F6C6F. Grayscale: #A4A4A4. Windows color (decimal): -3107952 or 9475024. OLE color: 9475024.

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

Color convert

RGB208147144-
CMYK00.290.310.18
HSL2.81º40.51%69.02%-
HSV(B)2.81º30.77%81.57%-
XYZ41.4836.2931.2-
YUV164.9116.21158.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=41.68%
G=29.46%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814714400.290.310.182.8140.5169.02
HexD0939001D1F1232945
Octal3202232200353722351105
Binary1101000010010011100100000111011111110010111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09390; }

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

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

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

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

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

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

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

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