#DD7AAB

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

Shades of Kobi #DD7AAB

Tints of Kobi #DD7AAB

Color information

#DD7AAB (or 0xDD7AAB) is unknown color: approx Kobi. HEX triplet: DD, 7A and AB. RGB value is (221,122,171). Sum of RGB (Red+Green+Blue) = 221+122+171=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AAB is #228554. Grayscale: #9D9D9D. Windows color (decimal): -2262357 or 11238109. OLE color: 11238109.

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

Color convert

RGB221122171-
CMYK00.450.230.13
HSL330.3º59.28%67.25%-
HSV(B)330.3º44.8%86.67%-
XYZ44.1332.2342.42-
YUV157.19135.8173.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 122 (48.05% from 255) = 23.74%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=43.00%
G=23.74%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112217100.450.230.13330.359.2867.25
HexDD7AAB02D17D14a3b43
Octal335172253055271551273103
Binary1101110111110101010101101011011011111011010010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AAB; }

 p { color: rgb(221,122,171); }

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

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

 a { background-color: rgb(221,122,171); }

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

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

 span { border-color: rgb(221,122,171); }

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