#DD9DB2

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

Shades of Kobi #DD9DB2

Tints of Kobi #DD9DB2

Color information

#DD9DB2 (or 0xDD9DB2) is unknown color: approx Kobi. HEX triplet: DD, 9D and B2. RGB value is (221,157,178). Sum of RGB (Red+Green+Blue) = 221+157+178=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DB2 is #22624D. Grayscale: #B2B2B2. Windows color (decimal): -2253390 or 11705821. OLE color: 11705821.

HSL color Cylindrical-coordinate representation of color #DD9DB2: hue angle of 340.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DB2 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221157178-
CMYK00.290.190.13
HSL340.31º48.48%74.12%-
HSV(B)340.31º28.96%86.67%-
XYZ49.9142.747.73-
YUV178.53127.7158.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 178 (69.92% from 255) = 32.01%
R=39.75%
G=28.24%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115717800.290.190.13340.3148.4874.12
HexDD9DB201D13D154304a
Octal335235262035231552460112
Binary1101110110011101101100100111011001111011010101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DB2; }

 p { color: rgb(221,157,178); }

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

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

 a { background-color: rgb(221,157,178); }

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

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

 span { border-color: rgb(221,157,178); }

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