#D19890

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

Shades of Petite Orchid #D19890

Tints of Petite Orchid #D19890

Color information

#D19890 (or 0xD19890) is unknown color: approx Petite Orchid. HEX triplet: D1, 98 and 90. RGB value is (209,152,144). Sum of RGB (Red+Green+Blue) = 209+152+144=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D19890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19890 is #2E676F. Grayscale: #A8A8A8. Windows color (decimal): -3041136 or 9476305. OLE color: 9476305.

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

Color convert

RGB209152144-
CMYK00.270.310.18
HSL7.38º41.4%69.22%-
HSV(B)7.38º31.1%81.96%-
XYZ42.5638.0331.48-
YUV168.13114.38157.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 144 (56.64% from 255) = 28.51%
R=41.39%
G=30.10%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915214400.270.310.187.3841.469.22
HexD1989001B1F1272945
Octal3212302200333722751105
Binary11010001100110001001000001101111111100101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19890; }

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

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

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

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

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

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

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

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