#D99492

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

Shades of Petite Orchid #D99492

Tints of Petite Orchid #D99492

Color information

#D99492 (or 0xD99492) is unknown color: approx Petite Orchid. HEX triplet: D9, 94 and 92. RGB value is (217,148,146). Sum of RGB (Red+Green+Blue) = 217+148+146=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D99492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99492 is #266B6D. Grayscale: #A8A8A8. Windows color (decimal): -2517870 or 9606361. OLE color: 9606361.

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

Color convert

RGB217148146-
CMYK00.320.330.15
HSL1.69º48.3%71.18%-
HSV(B)1.69º32.72%85.1%-
XYZ44.3938.0132.19-
YUV168.4115.36162.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=42.47%
G=28.96%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714814600.320.330.151.6948.371.18
HexD9949202021F23047
Octal3312242220404117260107
Binary11011001100101001001001001000001000011111101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99492; }

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

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

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

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

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

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

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

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