#D8948B

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

Shades of Petite Orchid #D8948B

Tints of Petite Orchid #D8948B

Color information

#D8948B (or 0xD8948B) is unknown color: approx Petite Orchid. HEX triplet: D8, 94 and 8B. RGB value is (216,148,139). Sum of RGB (Red+Green+Blue) = 216+148+139=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8948B is #276B74. Grayscale: #A7A7A7. Windows color (decimal): -2583413 or 9147608. OLE color: 9147608.

HSL color Cylindrical-coordinate representation of color #D8948B: hue angle of 7.01º degrees, saturation: 0.5, 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 #D8948B is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB216148139-
CMYK00.310.360.15
HSL7.01º49.68%69.61%-
HSV(B)7.01º35.65%84.71%-
XYZ43.5737.6429.4-
YUV167.31112.03162.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=42.94%
G=29.42%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614813900.310.360.157.0149.6869.61
HexD8948B01F24F73246
Octal3302242130374417762106
Binary11011000100101001000101101111110010011111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8948B; }

 p { color: rgb(216,148,139); }

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

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

 a { background-color: rgb(216,148,139); }

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

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

 span { border-color: rgb(216,148,139); }

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