#DD968C

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

Shades of Petite Orchid #DD968C

Tints of Petite Orchid #DD968C

Color information

#DD968C (or 0xDD968C) is unknown color: approx Petite Orchid. HEX triplet: DD, 96 and 8C. RGB value is (221,150,140). Sum of RGB (Red+Green+Blue) = 221+150+140=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD968C is #226973. Grayscale: #AAAAAA. Windows color (decimal): -2255220 or 9213661. OLE color: 9213661.

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

Color convert

RGB221150140-
CMYK00.320.370.13
HSL7.41º54.36%70.78%-
HSV(B)7.41º36.65%86.67%-
XYZ45.4639.0829.96-
YUV170.09111.02164.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=43.25%
G=29.35%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115014000.320.370.137.4154.3670.78
HexDD968C02025D73647
Octal3352262140404515766107
Binary110111011001011010001100010000010010111011111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD968C; }

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

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

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

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

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

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

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

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