#DD9DB5

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

Shades of Kobi #DD9DB5

Tints of Kobi #DD9DB5

Color information

#DD9DB5 (or 0xDD9DB5) is unknown color: approx Kobi. HEX triplet: DD, 9D and B5. RGB value is (221,157,181). Sum of RGB (Red+Green+Blue) = 221+157+181=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DB5 is #22624A. Grayscale: #B2B2B2. Windows color (decimal): -2253387 or 11902429. OLE color: 11902429.

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

Color convert

RGB221157181-
CMYK00.290.180.13
HSL337.5º48.48%74.12%-
HSV(B)337.5º28.96%86.67%-
XYZ50.2242.8249.33-
YUV178.87129.2158.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 157 (61.72% from 255) = 28.09%
BLUE value IS 181 (71.09% from 255) = 32.38%
R=39.53%
G=28.09%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115718100.290.180.13337.548.4874.12
HexDD9DB501D12D152304a
Octal335235265035221552260112
Binary1101110110011101101101010111011001011011010100101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DB5; }

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

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

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

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

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

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

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

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