#D58D8D

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

Shades of Petite Orchid #D58D8D

Tints of Petite Orchid #D58D8D

Color information

#D58D8D (or 0xD58D8D) is unknown color: approx Petite Orchid. HEX triplet: D5, 8D and 8D. RGB value is (213,141,141). Sum of RGB (Red+Green+Blue) = 213+141+141=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58D8D is #2A7272. Grayscale: #A2A2A2. Windows color (decimal): -2781811 or 9276885. OLE color: 9276885.

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

Color convert

RGB213141141-
CMYK00.340.340.16
HSL46.15%69.41%-
HSV(B)33.8%83.53%-
XYZ41.7735.1229.78-
YUV162.53115.85164-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 141 (55.47% from 255) = 28.48%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=43.03%
G=28.48%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314114100.340.340.16046.1569.41
HexD58D8D022221002e45
Octal3252152150424220056105
Binary11010101100011011000110101000101000101000001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D8D; }

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

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

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

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

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

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

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

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