#D19292

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

Shades of Petite Orchid #D19292

Tints of Petite Orchid #D19292

Color information

#D19292 (or 0xD19292) is unknown color: approx Petite Orchid. HEX triplet: D1, 92 and 92. RGB value is (209,146,146). Sum of RGB (Red+Green+Blue) = 209+146+146=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D19292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19292 is #2E6D6D. Grayscale: #A4A4A4. Windows color (decimal): -3042670 or 9605841. OLE color: 9605841.

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

Color convert

RGB209146146-
CMYK00.300.300.18
HSL40.65%69.61%-
HSV(B)30.14%81.96%-
XYZ41.7636.1931.98-
YUV164.84117.37159.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.72%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=41.72%
G=29.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914614600.300.300.18040.6569.61
HexD1929201E1E1202946
Octal3212222220363622051106
Binary110100011001001010010010011110111101001001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19292; }

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

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

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

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

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

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

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

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