#D59993

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

Shades of Petite Orchid #D59993

Tints of Petite Orchid #D59993

Color information

#D59993 (or 0xD59993) is unknown color: approx Petite Orchid. HEX triplet: D5, 99 and 93. RGB value is (213,153,147). Sum of RGB (Red+Green+Blue) = 213+153+147=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D59993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59993 is #2A666C. Grayscale: #AAAAAA. Windows color (decimal): -2778733 or 9673173. OLE color: 9673173.

HSL color Cylindrical-coordinate representation of color #D59993: hue angle of 5.45º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59993 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213153147-
CMYK00.280.310.16
HSL5.45º44%70.59%-
HSV(B)5.45º30.99%83.53%-
XYZ44.139.0432.81-
YUV170.26114.88158.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 153 (60.16% from 255) = 29.82%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=41.52%
G=29.82%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315314700.280.310.165.454470.59
HexD5999301C1F1052c47
Octal3252312230343720554107
Binary11010101100110011001001101110011111100001011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59993; }

 p { color: rgb(213,153,147); }

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

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

 a { background-color: rgb(213,153,147); }

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

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

 span { border-color: rgb(213,153,147); }

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