#D59392

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

Shades of Petite Orchid #D59392

Tints of Petite Orchid #D59392

Color information

#D59392 (or 0xD59392) is unknown color: approx Petite Orchid. HEX triplet: D5, 93 and 92. RGB value is (213,147,146). Sum of RGB (Red+Green+Blue) = 213+147+146=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D59392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59392 is #2A6C6D. Grayscale: #A6A6A6. Windows color (decimal): -2780270 or 9606101. OLE color: 9606101.

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

Color convert

RGB213147146-
CMYK00.310.310.16
HSL0.9º44.37%70.39%-
HSV(B)0.9º31.46%83.53%-
XYZ43.0637.0932.08-
YUV166.62116.37161.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 147 (57.81% from 255) = 29.05%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=42.09%
G=29.05%
B=28.85%

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
Decimal21314714600.310.310.160.944.3770.39
HexD5939201F1F1012c46
Octal3252232220373720154106
Binary110101011001001110010010011111111111000011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59392; }

 p { color: rgb(213,147,146); }

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

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

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

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

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

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

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