#DD8F8A

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

Shades of Petite Orchid #DD8F8A

Tints of Petite Orchid #DD8F8A

Color information

#DD8F8A (or 0xDD8F8A) is unknown color: approx Petite Orchid. HEX triplet: DD, 8F and 8A. RGB value is (221,143,138). Sum of RGB (Red+Green+Blue) = 221+143+138=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F8A is #227075. Grayscale: #A5A5A5. Windows color (decimal): -2257014 or 9080797. OLE color: 9080797.

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

Color convert

RGB221143138-
CMYK00.350.380.13
HSL3.61º54.97%70.39%-
HSV(B)3.61º37.56%86.67%-
XYZ44.2336.8528.83-
YUV165.75112.34167.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=44.02%
G=28.49%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114313800.350.380.133.6154.9770.39
HexDD8F8A02326D43746
Octal3352172120434615467106
Binary110111011000111110001010010001110011011011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F8A; }

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

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

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

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

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

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

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

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