#D9998D

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

Shades of Petite Orchid #D9998D

Tints of Petite Orchid #D9998D

Color information

#D9998D (or 0xD9998D) is unknown color: approx Petite Orchid. HEX triplet: D9, 99 and 8D. RGB value is (217,153,141). Sum of RGB (Red+Green+Blue) = 217+153+141=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9998D is #266672. Grayscale: #AAAAAA. Windows color (decimal): -2516595 or 9279961. OLE color: 9279961.

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

Color convert

RGB217153141-
CMYK00.290.350.15
HSL9.47º50%70.2%-
HSV(B)9.47º35.02%85.1%-
XYZ44.8139.4630.45-
YUV170.77111.2160.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 153 (60.16% from 255) = 29.94%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=42.47%
G=29.94%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715314100.290.350.159.475070.2
HexD9998D01D23F93246
Octal33123121503543171162106
Binary110110011001100110001101011101100011111110011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9998D; }

 p { color: rgb(217,153,141); }

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

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

 a { background-color: rgb(217,153,141); }

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

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

 span { border-color: rgb(217,153,141); }

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