#D59690

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

Shades of Petite Orchid #D59690

Tints of Petite Orchid #D59690

Color information

#D59690 (or 0xD59690) is unknown color: approx Petite Orchid. HEX triplet: D5, 96 and 90. RGB value is (213,150,144). Sum of RGB (Red+Green+Blue) = 213+150+144=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59690 is #2A696F. Grayscale: #A8A8A8. Windows color (decimal): -2779504 or 9475797. OLE color: 9475797.

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

Color convert

RGB213150144-
CMYK00.300.320.16
HSL5.22º45.1%70%-
HSV(B)5.22º32.39%83.53%-
XYZ43.3837.9731.43-
YUV168.15114.37159.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 150 (58.98% from 255) = 29.59%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=42.01%
G=29.59%
B=28.40%

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
Decimal21315014400.300.320.165.2245.170
HexD5969001E201052d46
Octal3252262200364020555106
Binary110101011001011010010000011110100000100001011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59690; }

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

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

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

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

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

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

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

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