#DD8AA7

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

Shades of Kobi #DD8AA7

Tints of Kobi #DD8AA7

Color information

#DD8AA7 (or 0xDD8AA7) is unknown color: approx Kobi. HEX triplet: DD, 8A and A7. RGB value is (221,138,167). Sum of RGB (Red+Green+Blue) = 221+138+167=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AA7 is #227558. Grayscale: #A6A6A6. Windows color (decimal): -2258265 or 10980061. OLE color: 10980061.

HSL color Cylindrical-coordinate representation of color #DD8AA7: hue angle of 339.04º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8AA7 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221138167-
CMYK00.380.240.13
HSL339.04º54.97%70.39%-
HSV(B)339.04º37.56%86.67%-
XYZ45.8836.3441.16-
YUV166.12128.5167.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=42.02%
G=26.24%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113816700.380.240.13339.0454.9770.39
HexDD8AA702618D1533746
Octal335212247046301552367106
Binary11011101100010101010011101001101100011011010100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AA7; }

 p { color: rgb(221,138,167); }

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

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

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

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

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

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

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