#D19992

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

Shades of Petite Orchid #D19992

Tints of Petite Orchid #D19992

Color information

#D19992 (or 0xD19992) is unknown color: approx Petite Orchid. HEX triplet: D1, 99 and 92. RGB value is (209,153,146). Sum of RGB (Red+Green+Blue) = 209+153+146=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D19992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19992 is #2E666D. Grayscale: #A9A9A9. Windows color (decimal): -3040878 or 9607633. OLE color: 9607633.

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

Color convert

RGB209153146-
CMYK00.270.300.18
HSL6.67º40.65%69.61%-
HSV(B)6.67º30.14%81.96%-
XYZ42.8738.4132.35-
YUV168.95115.05156.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.14%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=41.14%
G=30.12%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915314600.270.300.186.6740.6569.61
HexD1999201B1E1272946
Octal3212312220333622751106
Binary11010001100110011001001001101111110100101111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19992; }

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

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

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

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

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

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

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

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