#DD8F8F

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

Shades of Petite Orchid #DD8F8F

Tints of Petite Orchid #DD8F8F

Color information

#DD8F8F (or 0xDD8F8F) is unknown color: approx Petite Orchid. HEX triplet: DD, 8F and 8F. RGB value is (221,143,143). Sum of RGB (Red+Green+Blue) = 221+143+143=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F8F is #227070. Grayscale: #A6A6A6. Windows color (decimal): -2257009 or 9408477. OLE color: 9408477.

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

Color convert

RGB221143143-
CMYK00.350.350.13
HSL53.42%71.37%-
HSV(B)35.29%86.67%-
XYZ44.63730.78-
YUV166.32114.84167-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=43.59%
G=28.21%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114314300.350.350.13053.4271.37
HexDD8F8F02323D03547
Octal3352172170434315065107
Binary1101110110001111100011110100011100011110101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8F8F; }

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

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

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

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

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

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

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

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