#D9918E

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

Shades of Petite Orchid #D9918E

Tints of Petite Orchid #D9918E

Color information

#D9918E (or 0xD9918E) is unknown color: approx Petite Orchid. HEX triplet: D9, 91 and 8E. RGB value is (217,145,142). Sum of RGB (Red+Green+Blue) = 217+145+142=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9918E is #266E71. Grayscale: #A6A6A6. Windows color (decimal): -2518642 or 9343449. OLE color: 9343449.

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

Color convert

RGB217145142-
CMYK00.330.350.15
HSL2.4º49.67%70.39%-
HSV(B)2.4º34.56%85.1%-
XYZ43.6236.9630.43-
YUV166.19114.35164.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.06%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=43.06%
G=28.77%
B=28.17%

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
Decimal21714514200.330.350.152.449.6770.39
HexD9918E02123F23246
Octal3312212160414317262106
Binary11011001100100011000111001000011000111111101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9918E; }

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

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

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

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

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

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

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

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