#DD958C

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

Shades of Petite Orchid #DD958C

Tints of Petite Orchid #DD958C

Color information

#DD958C (or 0xDD958C) is unknown color: approx Petite Orchid. HEX triplet: DD, 95 and 8C. RGB value is (221,149,140). Sum of RGB (Red+Green+Blue) = 221+149+140=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD958C is #226A73. Grayscale: #A9A9A9. Windows color (decimal): -2255476 or 9213405. OLE color: 9213405.

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

Color convert

RGB221149140-
CMYK00.330.370.13
HSL6.67º54.36%70.78%-
HSV(B)6.67º36.65%86.67%-
XYZ45.338.7629.9-
YUV169.5111.35164.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=43.33%
G=29.22%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114914000.330.370.136.6754.3670.78
HexDD958C02125D73647
Octal3352252140414515766107
Binary110111011001010110001100010000110010111011111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD958C; }

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

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

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

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

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

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

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

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