#D5918D

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

Shades of Petite Orchid #D5918D

Tints of Petite Orchid #D5918D

Color information

#D5918D (or 0xD5918D) is unknown color: approx Petite Orchid. HEX triplet: D5, 91 and 8D. RGB value is (213,145,141). Sum of RGB (Red+Green+Blue) = 213+145+141=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5918D is #2A6E72. Grayscale: #A4A4A4. Windows color (decimal): -2780787 or 9277909. OLE color: 9277909.

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

Color convert

RGB213145141-
CMYK00.320.340.16
HSL3.33º46.15%69.41%-
HSV(B)3.33º33.8%83.53%-
XYZ42.3736.3229.98-
YUV164.88114.53162.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=42.69%
G=29.06%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314514100.320.340.163.3346.1569.41
HexD5918D020221032e45
Octal3252212150404220356105
Binary110101011001000110001101010000010001010000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5918D; }

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

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

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

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

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

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

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

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