#DD958D

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

Shades of Petite Orchid #DD958D

Tints of Petite Orchid #DD958D

Color information

#DD958D (or 0xDD958D) is unknown color: approx Petite Orchid. HEX triplet: DD, 95 and 8D. RGB value is (221,149,141). Sum of RGB (Red+Green+Blue) = 221+149+141=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD958D is #226A72. Grayscale: #A9A9A9. Windows color (decimal): -2255475 or 9278941. OLE color: 9278941.

HSL color Cylindrical-coordinate representation of color #DD958D: hue angle of 6º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD958D is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB221149141-
CMYK00.330.360.13
HSL54.05%70.98%-
HSV(B)36.2%86.67%-
XYZ45.3738.7930.3-
YUV169.62111.85164.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=43.25%
G=29.16%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114914100.330.360.13654.0570.98
HexDD958D02124D63647
Octal3352252150414415666107
Binary110111011001010110001101010000110010011011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD958D; }

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

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

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

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

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

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

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

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