#DD8FA0

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

Shades of Kobi #DD8FA0

Tints of Kobi #DD8FA0

Color information

#DD8FA0 (or 0xDD8FA0) is unknown color: approx Kobi. HEX triplet: DD, 8F and A0. RGB value is (221,143,160). Sum of RGB (Red+Green+Blue) = 221+143+160=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FA0 is #22705F. Grayscale: #A8A8A8. Windows color (decimal): -2256992 or 10522589. OLE color: 10522589.

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

Color convert

RGB221143160-
CMYK00.350.280.13
HSL346.92º53.42%71.37%-
HSV(B)346.92º35.29%86.67%-
XYZ45.9937.5638.08-
YUV168.26123.34165.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=42.18%
G=27.29%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114316000.350.280.13346.9253.4271.37
HexDD8FA00231CD15b3547
Octal335217240043341553365107
Binary11011101100011111010000001000111110011011010110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FA0; }

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

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

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

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

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

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

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

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