#D9918D

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

Shades of Petite Orchid #D9918D

Tints of Petite Orchid #D9918D

Color information

#D9918D (or 0xD9918D) is unknown color: approx Petite Orchid. HEX triplet: D9, 91 and 8D. RGB value is (217,145,141). Sum of RGB (Red+Green+Blue) = 217+145+141=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9918D is #266E72. Grayscale: #A6A6A6. Windows color (decimal): -2518643 or 9277913. OLE color: 9277913.

HSL color Cylindrical-coordinate representation of color #D9918D: hue angle of 3.16º 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 #D9918D is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB217145141-
CMYK00.330.350.15
HSL3.16º50%70.2%-
HSV(B)3.16º35.02%85.1%-
XYZ43.5536.9330.03-
YUV166.07113.85164.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=43.14%
G=28.83%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714514100.330.350.153.165070.2
HexD9918D02123F33246
Octal3312212150414317362106
Binary11011001100100011000110101000011000111111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9918D; }

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

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

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

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

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

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

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

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