#D79494

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

Shades of Petite Orchid #D79494

Tints of Petite Orchid #D79494

Color information

#D79494 (or 0xD79494) is unknown color: approx Petite Orchid. HEX triplet: D7, 94 and 94. RGB value is (215,148,148). Sum of RGB (Red+Green+Blue) = 215+148+148=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D79494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79494 is #286B6B. Grayscale: #A8A8A8. Windows color (decimal): -2648940 or 9737431. OLE color: 9737431.

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

Color convert

RGB215148148-
CMYK00.310.310.16
HSL45.58%71.18%-
HSV(B)31.16%84.31%-
XYZ43.9637.7732.99-
YUV168.03116.7161.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=42.07%
G=28.96%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514814800.310.310.16045.5871.18
HexD7949401F1F1002e47
Octal3272242240373720056107
Binary110101111001010010010100011111111111000001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79494; }

 p { color: rgb(215,148,148); }

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

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

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

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

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

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

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