#DD8FAC

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

Shades of Kobi #DD8FAC

Tints of Kobi #DD8FAC

Color information

#DD8FAC (or 0xDD8FAC) is unknown color: approx Kobi. HEX triplet: DD, 8F and AC. RGB value is (221,143,172). Sum of RGB (Red+Green+Blue) = 221+143+172=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FAC is #227053. Grayscale: #A9A9A9. Windows color (decimal): -2256980 or 11309021. OLE color: 11309021.

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

Color convert

RGB221143172-
CMYK00.350.220.13
HSL337.69º53.42%71.37%-
HSV(B)337.69º35.29%86.67%-
XYZ47.093843.88-
YUV169.63129.34164.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 172 (67.58% from 255) = 32.09%
R=41.23%
G=26.68%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114317200.350.220.13337.6953.4271.37
HexDD8FAC02316D1523547
Octal335217254043261552265107
Binary11011101100011111010110001000111011011011010100101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FAC; }

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

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

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

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

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

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

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

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