#DD7DA9

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

Shades of Kobi #DD7DA9

Tints of Kobi #DD7DA9

Color information

#DD7DA9 (or 0xDD7DA9) is unknown color: approx Kobi. HEX triplet: DD, 7D and A9. RGB value is (221,125,169). Sum of RGB (Red+Green+Blue) = 221+125+169=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DA9 is #228256. Grayscale: #9E9E9E. Windows color (decimal): -2261591 or 11107805. OLE color: 11107805.

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

Color convert

RGB221125169-
CMYK00.430.240.13
HSL332.5º58.54%67.84%-
HSV(B)332.5º43.44%86.67%-
XYZ44.3132.941.55-
YUV158.72133.8172.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 125 (49.22% from 255) = 24.27%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=42.91%
G=24.27%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112516900.430.240.13332.558.5467.84
HexDD7DA902B18D14c3b44
Octal335175251053301551473104
Binary1101110111111011010100101010111100011011010011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DA9; }

 p { color: rgb(221,125,169); }

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

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

 a { background-color: rgb(221,125,169); }

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

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

 span { border-color: rgb(221,125,169); }

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