#D59494

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

Shades of Petite Orchid #D59494

Tints of Petite Orchid #D59494

Color information

#D59494 (or 0xD59494) is unknown color: approx Petite Orchid. HEX triplet: D5, 94 and 94. RGB value is (213,148,148). Sum of RGB (Red+Green+Blue) = 213+148+148=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D59494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59494 is #2A6B6B. Grayscale: #A7A7A7. Windows color (decimal): -2780012 or 9737429. OLE color: 9737429.

HSL color Cylindrical-coordinate representation of color #D59494: hue angle of 0º degrees, saturation: 0.44, 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 #D59494 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213148148-
CMYK00.310.310.16
HSL43.62%70.78%-
HSV(B)30.52%83.53%-
XYZ43.3837.4632.96-
YUV167.44117.03160.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=41.85%
G=29.08%
B=29.08%

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
Decimal21314814800.310.310.16043.6270.78
HexD5949401F1F1002c47
Octal3252242240373720054107
Binary110101011001010010010100011111111111000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59494; }

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

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

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

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

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

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

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

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