#D9918B

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

Shades of Petite Orchid #D9918B

Tints of Petite Orchid #D9918B

Color information

#D9918B (or 0xD9918B) is unknown color: approx Petite Orchid. HEX triplet: D9, 91 and 8B. RGB value is (217,145,139). Sum of RGB (Red+Green+Blue) = 217+145+139=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D9918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9918B is #266E74. Grayscale: #A5A5A5. Windows color (decimal): -2518645 or 9146841. OLE color: 9146841.

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

Color convert

RGB217145139-
CMYK00.330.360.15
HSL4.62º50.65%69.8%-
HSV(B)4.62º35.94%85.1%-
XYZ43.436.8729.25-
YUV165.84112.85164.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.31%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=43.31%
G=28.94%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714513900.330.360.154.6250.6569.8
HexD9918B02124F53346
Octal3312212130414417563106
Binary110110011001000110001011010000110010011111011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9918B; }

 p { color: rgb(217,145,139); }

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

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

 a { background-color: rgb(217,145,139); }

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

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

 span { border-color: rgb(217,145,139); }

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