#D19090

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

Shades of Petite Orchid #D19090

Tints of Petite Orchid #D19090

Color information

#D19090 (or 0xD19090) is unknown color: approx Petite Orchid. HEX triplet: D1, 90 and 90. RGB value is (209,144,144). Sum of RGB (Red+Green+Blue) = 209+144+144=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D19090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19090 is #2E6F6F. Grayscale: #A3A3A3. Windows color (decimal): -3043184 or 9474257. OLE color: 9474257.

HSL color Cylindrical-coordinate representation of color #D19090: hue angle of 0º 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 #D19090 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209144144-
CMYK00.310.310.18
HSL41.4%69.22%-
HSV(B)31.1%81.96%-
XYZ41.335.5231.06-
YUV163.44117.03160.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=42.05%
G=28.97%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914414400.310.310.18041.469.22
HexD1909001F1F1202945
Octal3212202200373722051105
Binary110100011001000010010000011111111111001001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19090; }

 p { color: rgb(209,144,144); }

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

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

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

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

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

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

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