#D5918A

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

Shades of Petite Orchid #D5918A

Tints of Petite Orchid #D5918A

Color information

#D5918A (or 0xD5918A) is unknown color: approx Petite Orchid. HEX triplet: D5, 91 and 8A. RGB value is (213,145,138). Sum of RGB (Red+Green+Blue) = 213+145+138=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5918A is #2A6E75. Grayscale: #A4A4A4. Windows color (decimal): -2780790 or 9081301. OLE color: 9081301.

HSL color Cylindrical-coordinate representation of color #D5918A: hue angle of 5.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5918A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213145138-
CMYK00.320.350.16
HSL5.6º47.17%68.82%-
HSV(B)5.6º35.21%83.53%-
XYZ42.1536.2328.82-
YUV164.53113.03162.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=42.94%
G=29.23%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314513800.320.350.165.647.1768.82
HexD5918A020231062f45
Octal3252212120404320657105
Binary1101010110010001100010100100000100011100001101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5918A; }

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

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

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

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

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

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

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

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