#D89292

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

Shades of Petite Orchid #D89292

Tints of Petite Orchid #D89292

Color information

#D89292 (or 0xD89292) is unknown color: approx Petite Orchid. HEX triplet: D8, 92 and 92. RGB value is (216,146,146). Sum of RGB (Red+Green+Blue) = 216+146+146=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D89292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89292 is #276D6D. Grayscale: #A7A7A7. Windows color (decimal): -2583918 or 9605848. OLE color: 9605848.

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

Color convert

RGB216146146-
CMYK00.320.320.15
HSL47.3%70.98%-
HSV(B)32.41%84.71%-
XYZ43.7937.2332.07-
YUV166.93116.19163-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 146 (57.42% from 255) = 28.74%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=42.52%
G=28.74%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614614600.320.320.15047.370.98
HexD8929202020F02f47
Octal3302222220404017057107
Binary1101100010010010100100100100000100000111101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89292; }

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

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

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

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

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

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

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

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