#DD998F

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

Shades of Petite Orchid #DD998F

Tints of Petite Orchid #DD998F

Color information

#DD998F (or 0xDD998F) is unknown color: approx Petite Orchid. HEX triplet: DD, 99 and 8F. RGB value is (221,153,143). Sum of RGB (Red+Green+Blue) = 221+153+143=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD998F is #226670. Grayscale: #ACACAC. Windows color (decimal): -2254449 or 9411037. OLE color: 9411037.

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

Color convert

RGB221153143-
CMYK00.310.350.13
HSL7.69º53.42%71.37%-
HSV(B)7.69º35.29%86.67%-
XYZ46.1740.1431.3-
YUV172.19111.53162.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 153 (60.16% from 255) = 29.59%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=42.75%
G=29.59%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115314300.310.350.137.6953.4271.37
HexDD998F01F23D83547
Octal33523121703743151065107
Binary110111011001100110001111011111100011110110001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD998F; }

 p { color: rgb(221,153,143); }

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

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

 a { background-color: rgb(221,153,143); }

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

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

 span { border-color: rgb(221,153,143); }

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