#DD968E

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

Shades of Petite Orchid #DD968E

Tints of Petite Orchid #DD968E

Color information

#DD968E (or 0xDD968E) is unknown color: approx Petite Orchid. HEX triplet: DD, 96 and 8E. RGB value is (221,150,142). Sum of RGB (Red+Green+Blue) = 221+150+142=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD968E is #226971. Grayscale: #AAAAAA. Windows color (decimal): -2255218 or 9344733. OLE color: 9344733.

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

Color convert

RGB221150142-
CMYK00.320.360.13
HSL6.08º53.74%71.18%-
HSV(B)6.08º35.75%86.67%-
XYZ45.6139.1430.74-
YUV170.32112.02164.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=43.08%
G=29.24%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115014200.320.360.136.0853.7471.18
HexDD968E02024D63647
Octal3352262160404415666107
Binary110111011001011010001110010000010010011011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD968E; }

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

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

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

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

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

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

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

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