#D49393

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

Shades of Petite Orchid #D49393

Tints of Petite Orchid #D49393

Color information

#D49393 (or 0xD49393) is unknown color: approx Petite Orchid. HEX triplet: D4, 93 and 93. RGB value is (212,147,147). Sum of RGB (Red+Green+Blue) = 212+147+147=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D49393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49393 is #2B6C6C. Grayscale: #A6A6A6. Windows color (decimal): -2845805 or 9671636. OLE color: 9671636.

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

Color convert

RGB212147147-
CMYK00.310.310.17
HSL43.05%70.39%-
HSV(B)30.66%83.14%-
XYZ42.8536.9732.48-
YUV166.44117.03160.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=41.90%
G=29.05%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214714700.310.310.17043.0570.39
HexD4939301F1F1102b46
Octal3242232230373721053106
Binary110101001001001110010011011111111111000101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49393; }

 p { color: rgb(212,147,147); }

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

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

 a { background-color: rgb(212,147,147); }

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

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

 span { border-color: rgb(212,147,147); }

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