#DD969F

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

Shades of Kobi #DD969F

Tints of Kobi #DD969F

Color information

#DD969F (or 0xDD969F) is unknown color: approx Kobi. HEX triplet: DD, 96 and 9F. RGB value is (221,150,159). Sum of RGB (Red+Green+Blue) = 221+150+159=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD969F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD969F is #226960. Grayscale: #ACACAC. Windows color (decimal): -2255201 or 10458845. OLE color: 10458845.

HSL color Cylindrical-coordinate representation of color #DD969F: hue angle of 352.39º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD969F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221150159-
CMYK00.320.280.13
HSL352.39º51.08%72.75%-
HSV(B)352.39º32.13%86.67%-
XYZ46.9839.6937.99-
YUV172.26120.52162.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 159 (62.5% from 255) = 30%
R=41.70%
G=28.30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115015900.320.280.13352.3951.0872.75
HexDD969F0201CD1603349
Octal335226237040341554063111
Binary11011101100101101001111101000001110011011011000001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD969F; }

 p { color: rgb(221,150,159); }

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

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

 a { background-color: rgb(221,150,159); }

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

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

 span { border-color: rgb(221,150,159); }

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