#D5958D

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

Shades of Petite Orchid #D5958D

Tints of Petite Orchid #D5958D

Color information

#D5958D (or 0xD5958D) is unknown color: approx Petite Orchid. HEX triplet: D5, 95 and 8D. RGB value is (213,149,141). Sum of RGB (Red+Green+Blue) = 213+149+141=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5958D is #2A6A72. Grayscale: #A7A7A7. Windows color (decimal): -2779763 or 9278933. OLE color: 9278933.

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

Color convert

RGB213149141-
CMYK00.300.340.16
HSL6.67º46.15%69.41%-
HSV(B)6.67º33.8%83.53%-
XYZ4337.5630.18-
YUV167.22113.2160.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 149 (58.59% from 255) = 29.62%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=42.35%
G=29.62%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314914100.300.340.166.6746.1569.41
HexD5958D01E221072e45
Octal3252252150364220756105
Binary110101011001010110001101011110100010100001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5958D; }

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

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

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

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

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

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

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

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