#D19494

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

Shades of Petite Orchid #D19494

Tints of Petite Orchid #D19494

Color information

#D19494 (or 0xD19494) is unknown color: approx Petite Orchid. HEX triplet: D1, 94 and 94. RGB value is (209,148,148). Sum of RGB (Red+Green+Blue) = 209+148+148=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D19494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19494 is #2E6B6B. Grayscale: #A6A6A6. Windows color (decimal): -3042156 or 9737425. OLE color: 9737425.

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

Color convert

RGB209148148-
CMYK00.290.290.18
HSL39.87%70%-
HSV(B)29.19%81.96%-
XYZ42.2336.8732.91-
YUV166.24117.71158.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=41.39%
G=29.31%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914814800.290.290.18039.8770
HexD1949401D1D1202846
Octal3212242240353522050106
Binary110100011001010010010100011101111011001001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19494; }

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

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

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

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

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

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

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

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