#D5958F

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

Shades of Petite Orchid #D5958F

Tints of Petite Orchid #D5958F

Color information

#D5958F (or 0xD5958F) is unknown color: approx Petite Orchid. HEX triplet: D5, 95 and 8F. RGB value is (213,149,143). Sum of RGB (Red+Green+Blue) = 213+149+143=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5958F is #2A6A70. Grayscale: #A7A7A7. Windows color (decimal): -2779761 or 9410005. OLE color: 9410005.

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

Color convert

RGB213149143-
CMYK00.300.330.16
HSL5.14º45.45%69.8%-
HSV(B)5.14º32.86%83.53%-
XYZ43.1537.6230.97-
YUV167.45114.2160.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 143 (56.25% from 255) = 28.32%
R=42.18%
G=29.50%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314914300.300.330.165.1445.4569.8
HexD5958F01E211052d46
Octal3252252170364120555106
Binary110101011001010110001111011110100001100001011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5958F; }

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

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

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

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

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

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

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

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