#D59D98

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

Shades of Petite Orchid #D59D98

Tints of Petite Orchid #D59D98

Color information

#D59D98 (or 0xD59D98) is unknown color: approx Petite Orchid. HEX triplet: D5, 9D and 98. RGB value is (213,157,152). Sum of RGB (Red+Green+Blue) = 213+157+152=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D98 is #2A6267. Grayscale: #ADADAD. Windows color (decimal): -2777704 or 10001877. OLE color: 10001877.

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

Color convert

RGB213157152-
CMYK00.260.290.16
HSL4.92º42.07%71.57%-
HSV(B)4.92º28.64%83.53%-
XYZ45.1740.5335.15-
YUV173.17116.05156.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.80%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=40.80%
G=30.08%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315715200.260.290.164.9242.0771.57
HexD59D9801A1D1052a48
Octal3252352300323520552110
Binary11010101100111011001100001101011101100001011010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D98; }

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

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

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

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

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

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

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

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