#DD7DAB

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

Shades of Kobi #DD7DAB

Tints of Kobi #DD7DAB

Color information

#DD7DAB (or 0xDD7DAB) is unknown color: approx Kobi. HEX triplet: DD, 7D and AB. RGB value is (221,125,171). Sum of RGB (Red+Green+Blue) = 221+125+171=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DAB is #228254. Grayscale: #9E9E9E. Windows color (decimal): -2261589 or 11238877. OLE color: 11238877.

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

Color convert

RGB221125171-
CMYK00.430.230.13
HSL331.25º58.54%67.84%-
HSV(B)331.25º43.44%86.67%-
XYZ44.532.9842.55-
YUV158.95134.8172.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 125 (49.22% from 255) = 24.18%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=42.75%
G=24.18%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112517100.430.230.13331.2558.5467.84
HexDD7DAB02B17D14b3b44
Octal335175253053271551373104
Binary1101110111111011010101101010111011111011010010111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DAB; }

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

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

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

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

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

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

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

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