#D5988D

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

Shades of Petite Orchid #D5988D

Tints of Petite Orchid #D5988D

Color information

#D5988D (or 0xD5988D) is unknown color: approx Petite Orchid. HEX triplet: D5, 98 and 8D. RGB value is (213,152,141). Sum of RGB (Red+Green+Blue) = 213+152+141=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5988D is #2A6772. Grayscale: #A9A9A9. Windows color (decimal): -2778995 or 9279701. OLE color: 9279701.

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

Color convert

RGB213152141-
CMYK00.290.340.16
HSL9.17º46.15%69.41%-
HSV(B)9.17º33.8%83.53%-
XYZ43.4838.5330.34-
YUV168.98112.21159.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 152 (59.77% from 255) = 30.04%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=42.09%
G=30.04%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315214100.290.340.169.1746.1569.41
HexD5988D01D221092e45
Octal32523021503542201156105
Binary1101010110011000100011010111011000101000010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5988D; }

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

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

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

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

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

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

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

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