#d3998e

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

Shades of Petite Orchid #D3998E

Tints of Petite Orchid #D3998E

Color information

#D3998E (or 0xD3998E) is unknown color: approx Petite Orchid. HEX triplet: D3, 99 and 8E. RGB value is (211,153,142). Sum of RGB (Red+Green+Blue) = 211+153+142=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D3998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3998E is #2C6671. Grayscale: #A9A9A9. Windows color (decimal): -2909810 or 9345491. OLE color: 9345491.

HSL color Cylindrical-coordinate representation of color #D3998E: hue angle of 9.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3998E is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB211153142-
CMYK00.270.330.17
HSL9.57º43.95%69.22%-
HSV(B)9.57º32.7%82.75%-
XYZ43.1438.5830.77-
YUV169.09112.72157.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.70%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=41.70%
G=30.24%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115314200.270.330.179.5743.9569.22
HexD3998E01B2111a2c45
Octal32323121603341211254105
Binary1101001110011001100011100110111000011000110101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3998e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3998e; }

 p { color: rgb(211,153,142); }

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

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

 a { background-color: rgb(211,153,142); }

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

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

 span { border-color: rgb(211,153,142); }

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