#D99289

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

Shades of Petite Orchid #D99289

Tints of Petite Orchid #D99289

Color information

#D99289 (or 0xD99289) is unknown color: approx Petite Orchid. HEX triplet: D9, 92 and 89. RGB value is (217,146,137). Sum of RGB (Red+Green+Blue) = 217+146+137=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D99289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99289 is #266D76. Grayscale: #A6A6A6. Windows color (decimal): -2518391 or 9016025. OLE color: 9016025.

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

Color convert

RGB217146137-
CMYK00.330.370.15
HSL6.75º51.28%69.41%-
HSV(B)6.75º36.87%85.1%-
XYZ43.4137.1228.54-
YUV166.2111.52164.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.4%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 137 (53.91% from 255) = 27.4%
R=43.4%
G=29.2%
B=27.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714613700.330.370.156.7551.2869.41
HexD9928902125F73345
Octal3312222110414517763105
Binary110110011001001010001001010000110010111111111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99289; }

 p { color: rgb(217,146,137); }

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

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

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

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

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

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

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