#DD8FA8

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

Shades of Kobi #DD8FA8

Tints of Kobi #DD8FA8

Color information

#DD8FA8 (or 0xDD8FA8) is unknown color: approx Kobi. HEX triplet: DD, 8F and A8. RGB value is (221,143,168). Sum of RGB (Red+Green+Blue) = 221+143+168=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FA8 is #227057. Grayscale: #A9A9A9. Windows color (decimal): -2256984 or 11046877. OLE color: 11046877.

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

Color convert

RGB221143168-
CMYK00.350.240.13
HSL340.77º53.42%71.37%-
HSV(B)340.77º35.29%86.67%-
XYZ46.7137.8441.89-
YUV169.17127.34164.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.54%
GREEN value IS 143 (56.25% from 255) = 26.88%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=41.54%
G=26.88%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114316800.350.240.13340.7753.4271.37
HexDD8FA802318D1553547
Octal335217250043301552565107
Binary11011101100011111010100001000111100011011010101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FA8; }

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

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

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

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

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

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

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

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