#DD9DB1

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

Shades of Kobi #DD9DB1

Tints of Kobi #DD9DB1

Color information

#DD9DB1 (or 0xDD9DB1) is unknown color: approx Kobi. HEX triplet: DD, 9D and B1. RGB value is (221,157,177). Sum of RGB (Red+Green+Blue) = 221+157+177=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DB1 is #22624E. Grayscale: #B2B2B2. Windows color (decimal): -2253391 or 11640285. OLE color: 11640285.

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

Color convert

RGB221157177-
CMYK00.290.200.13
HSL341.25º48.48%74.12%-
HSV(B)341.25º28.96%86.67%-
XYZ49.8142.6647.2-
YUV178.42127.2158.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 177 (69.53% from 255) = 31.89%
R=39.82%
G=28.29%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115717700.290.200.13341.2548.4874.12
HexDD9DB101D14D155304a
Octal335235261035241552560112
Binary1101110110011101101100010111011010011011010101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9DB1; }

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

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

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

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

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

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

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

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