#DD7BAB

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

Shades of Kobi #DD7BAB

Tints of Kobi #DD7BAB

Color information

#DD7BAB (or 0xDD7BAB) is unknown color: approx Kobi. HEX triplet: DD, 7B and AB. RGB value is (221,123,171). Sum of RGB (Red+Green+Blue) = 221+123+171=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAB is #228454. Grayscale: #9D9D9D. Windows color (decimal): -2262101 or 11238365. OLE color: 11238365.

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

Color convert

RGB221123171-
CMYK00.440.230.13
HSL330.61º59.04%67.45%-
HSV(B)330.61º44.34%86.67%-
XYZ44.2532.4842.46-
YUV157.77135.47173.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 123 (48.44% from 255) = 23.88%
BLUE value IS 171 (67.19% from 255) = 33.20%
R=42.91%
G=23.88%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112317100.440.230.13330.6159.0467.45
HexDD7BAB02C17D14b3b43
Octal335173253054271551373103
Binary1101110111110111010101101011001011111011010010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BAB; }

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

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

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

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

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

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

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

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