#D8928E

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

Shades of Petite Orchid #D8928E

Tints of Petite Orchid #D8928E

Color information

#D8928E (or 0xD8928E) is unknown color: approx Petite Orchid. HEX triplet: D8, 92 and 8E. RGB value is (216,146,142). Sum of RGB (Red+Green+Blue) = 216+146+142=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8928E is #276D71. Grayscale: #A6A6A6. Windows color (decimal): -2583922 or 9343704. OLE color: 9343704.

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

Color convert

RGB216146142-
CMYK00.320.340.15
HSL3.24º48.68%70.2%-
HSV(B)3.24º34.26%84.71%-
XYZ43.4837.1130.46-
YUV166.47114.19163.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.86%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=42.86%
G=28.97%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614614200.320.340.153.2448.6870.2
HexD8928E02022F33146
Octal3302222160404217361106
Binary11011000100100101000111001000001000101111111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8928E; }

 p { color: rgb(216,146,142); }

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

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

 a { background-color: rgb(216,146,142); }

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

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

 span { border-color: rgb(216,146,142); }

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