#D99292

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

Shades of Petite Orchid #D99292

Tints of Petite Orchid #D99292

Color information

#D99292 (or 0xD99292) is unknown color: approx Petite Orchid. HEX triplet: D9, 92 and 92. RGB value is (217,146,146). Sum of RGB (Red+Green+Blue) = 217+146+146=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D99292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99292 is #266D6D. Grayscale: #A7A7A7. Windows color (decimal): -2518382 or 9605849. OLE color: 9605849.

HSL color Cylindrical-coordinate representation of color #D99292: hue angle of 0º 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 #D99292 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217146146-
CMYK00.330.330.15
HSL48.3%71.18%-
HSV(B)32.72%85.1%-
XYZ44.0837.3832.09-
YUV167.23116.02163.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=42.63%
G=28.68%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714614600.330.330.15048.371.18
HexD9929202121F03047
Octal3312222220414117060107
Binary1101100110010010100100100100001100001111101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99292; }

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

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

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

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

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

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

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

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