#D59393

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

Shades of Petite Orchid #D59393

Tints of Petite Orchid #D59393

Color information

#D59393 (or 0xD59393) is unknown color: approx Petite Orchid. HEX triplet: D5, 93 and 93. RGB value is (213,147,147). Sum of RGB (Red+Green+Blue) = 213+147+147=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59393 is #2A6C6C. Grayscale: #A6A6A6. Windows color (decimal): -2780269 or 9671637. OLE color: 9671637.

HSL color Cylindrical-coordinate representation of color #D59393: hue angle of 0º 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 #D59393 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213147147-
CMYK00.310.310.16
HSL44%70.59%-
HSV(B)30.99%83.53%-
XYZ43.1437.1232.49-
YUV166.73116.87161-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=42.01%
G=28.99%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314714700.310.310.1604470.59
HexD5939301F1F1002c47
Octal3252232230373720054107
Binary110101011001001110010011011111111111000001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59393; }

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

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

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

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

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

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

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

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