#D59590

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

Shades of Petite Orchid #D59590

Tints of Petite Orchid #D59590

Color information

#D59590 (or 0xD59590) is unknown color: approx Petite Orchid. HEX triplet: D5, 95 and 90. RGB value is (213,149,144). Sum of RGB (Red+Green+Blue) = 213+149+144=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D59590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59590 is #2A6A6F. Grayscale: #A7A7A7. Windows color (decimal): -2779760 or 9475541. OLE color: 9475541.

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

Color convert

RGB213149144-
CMYK00.300.320.16
HSL4.35º45.1%70%-
HSV(B)4.35º32.39%83.53%-
XYZ43.2237.6531.38-
YUV167.57114.7160.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=42.09%
G=29.45%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314914400.300.320.164.3545.170
HexD5959001E201042d46
Octal3252252200364020455106
Binary110101011001010110010000011110100000100001001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59590; }

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

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

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

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

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

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

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

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