#D99490

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

Shades of Petite Orchid #D99490

Tints of Petite Orchid #D99490

Color information

#D99490 (or 0xD99490) is unknown color: approx Petite Orchid. HEX triplet: D9, 94 and 90. RGB value is (217,148,144). Sum of RGB (Red+Green+Blue) = 217+148+144=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99490 is #266B6F. Grayscale: #A8A8A8. Windows color (decimal): -2517872 or 9475289. OLE color: 9475289.

HSL color Cylindrical-coordinate representation of color #D99490: hue angle of 3.29º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99490 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB217148144-
CMYK00.320.340.15
HSL3.29º48.99%70.78%-
HSV(B)3.29º33.64%85.1%-
XYZ44.2437.9531.38-
YUV168.18114.36162.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=42.63%
G=29.08%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714814400.320.340.153.2948.9970.78
HexD9949002022F33147
Octal3312242200404217361107
Binary11011001100101001001000001000001000101111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99490; }

 p { color: rgb(217,148,144); }

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

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

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

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

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

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

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