#D59592

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

Shades of Petite Orchid #D59592

Tints of Petite Orchid #D59592

Color information

#D59592 (or 0xD59592) is unknown color: approx Petite Orchid. HEX triplet: D5, 95 and 92. RGB value is (213,149,146). Sum of RGB (Red+Green+Blue) = 213+149+146=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D59592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59592 is #2A6A6D. Grayscale: #A7A7A7. Windows color (decimal): -2779758 or 9606613. OLE color: 9606613.

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

Color convert

RGB213149146-
CMYK00.300.310.16
HSL2.69º44.37%70.39%-
HSV(B)2.69º31.46%83.53%-
XYZ43.3837.7232.19-
YUV167.79115.7160.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=41.93%
G=29.33%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314914600.300.310.162.6944.3770.39
HexD5959201E1F1032c46
Octal3252252220363720354106
Binary1101010110010101100100100111101111110000111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59592; }

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

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

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

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

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

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

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

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