#D5988F

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

Shades of Petite Orchid #D5988F

Tints of Petite Orchid #D5988F

Color information

#D5988F (or 0xD5988F) is unknown color: approx Petite Orchid. HEX triplet: D5, 98 and 8F. RGB value is (213,152,143). Sum of RGB (Red+Green+Blue) = 213+152+143=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5988F is #2A6770. Grayscale: #A9A9A9. Windows color (decimal): -2778993 or 9410773. OLE color: 9410773.

HSL color Cylindrical-coordinate representation of color #D5988F: hue angle of 7.71º degrees, saturation: 0.45, 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 #D5988F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213152143-
CMYK00.290.330.16
HSL7.71º45.45%69.8%-
HSV(B)7.71º32.86%83.53%-
XYZ43.6338.5931.14-
YUV169.21113.21159.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 152 (59.77% from 255) = 29.92%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=41.93%
G=29.92%
B=28.15%

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
Decimal21315214300.290.330.167.7145.4569.8
HexD5988F01D211082d46
Octal32523021703541201055106
Binary1101010110011000100011110111011000011000010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5988F; }

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

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

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

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

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

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

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

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