#DD8FAF

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

Shades of Kobi #DD8FAF

Tints of Kobi #DD8FAF

Color information

#DD8FAF (or 0xDD8FAF) is unknown color: approx Kobi. HEX triplet: DD, 8F and AF. RGB value is (221,143,175). Sum of RGB (Red+Green+Blue) = 221+143+175=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FAF is #227050. Grayscale: #A9A9A9. Windows color (decimal): -2256977 or 11505629. OLE color: 11505629.

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

Color convert

RGB221143175-
CMYK00.350.210.13
HSL335.38º53.42%71.37%-
HSV(B)335.38º35.29%86.67%-
XYZ47.3838.1145.42-
YUV169.97130.84164.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 143 (56.25% from 255) = 26.53%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=41.00%
G=26.53%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114317500.350.210.13335.3853.4271.37
HexDD8FAF02315D14f3547
Octal335217257043251551765107
Binary11011101100011111010111101000111010111011010011111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FAF; }

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

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

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

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

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

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

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

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