#DD8F8E

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

Shades of Petite Orchid #DD8F8E

Tints of Petite Orchid #DD8F8E

Color information

#DD8F8E (or 0xDD8F8E) is unknown color: approx Petite Orchid. HEX triplet: DD, 8F and 8E. RGB value is (221,143,142). Sum of RGB (Red+Green+Blue) = 221+143+142=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F8E is #227071. Grayscale: #A6A6A6. Windows color (decimal): -2257010 or 9342941. OLE color: 9342941.

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

Color convert

RGB221143142-
CMYK00.350.360.13
HSL0.76º53.74%71.18%-
HSV(B)0.76º35.75%86.67%-
XYZ44.5236.9730.38-
YUV166.21114.34167.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=43.68%
G=28.26%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114314200.350.360.130.7653.7471.18
HexDD8F8E02324D13647
Octal3352172160434415166107
Binary1101110110001111100011100100011100100110111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F8E; }

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

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

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

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

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

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

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

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