#D5918E

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

Shades of Petite Orchid #D5918E

Tints of Petite Orchid #D5918E

Color information

#D5918E (or 0xD5918E) is unknown color: approx Petite Orchid. HEX triplet: D5, 91 and 8E. RGB value is (213,145,142). Sum of RGB (Red+Green+Blue) = 213+145+142=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5918E is #2A6E71. Grayscale: #A5A5A5. Windows color (decimal): -2780786 or 9343445. OLE color: 9343445.

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

Color convert

RGB213145142-
CMYK00.320.330.16
HSL2.54º45.81%69.61%-
HSV(B)2.54º33.33%83.53%-
XYZ42.4536.3530.37-
YUV164.99115.03162.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=42.6%
G=29%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314514200.320.330.162.5445.8169.61
HexD5918E020211032e46
Octal3252212160404120356106
Binary110101011001000110001110010000010000110000111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5918E; }

 p { color: rgb(213,145,142); }

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

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

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

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

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

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

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