#D5988E

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

Shades of Petite Orchid #D5988E

Tints of Petite Orchid #D5988E

Color information

#D5988E (or 0xD5988E) is unknown color: approx Petite Orchid. HEX triplet: D5, 98 and 8E. RGB value is (213,152,142). Sum of RGB (Red+Green+Blue) = 213+152+142=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5988E is #2A6771. Grayscale: #A9A9A9. Windows color (decimal): -2778994 or 9345237. OLE color: 9345237.

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

Color convert

RGB213152142-
CMYK00.290.330.16
HSL8.45º45.81%69.61%-
HSV(B)8.45º33.33%83.53%-
XYZ43.5538.5630.74-
YUV169.1112.71159.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=42.01%
G=29.98%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315214200.290.330.168.4545.8169.61
HexD5988E01D211082e46
Octal32523021603541201056106
Binary1101010110011000100011100111011000011000010001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5988E; }

 p { color: rgb(213,152,142); }

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

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

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

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

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

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

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