#DD958E

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

Shades of Petite Orchid #DD958E

Tints of Petite Orchid #DD958E

Color information

#DD958E (or 0xDD958E) is unknown color: approx Petite Orchid. HEX triplet: DD, 95 and 8E. RGB value is (221,149,142). Sum of RGB (Red+Green+Blue) = 221+149+142=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD958E is #226A71. Grayscale: #A9A9A9. Windows color (decimal): -2255474 or 9344477. OLE color: 9344477.

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

Color convert

RGB221149142-
CMYK00.330.360.13
HSL5.32º53.74%71.18%-
HSV(B)5.32º35.75%86.67%-
XYZ45.4538.8230.69-
YUV169.73112.35164.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=43.16%
G=29.10%
B=27.73%

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
Decimal22114914200.330.360.135.3253.7471.18
HexDD958E02124D53647
Octal3352252160414415566107
Binary110111011001010110001110010000110010011011011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD958E; }

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

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

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

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

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

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

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

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