#DD7AAC

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

Shades of Kobi #DD7AAC

Tints of Kobi #DD7AAC

Color information

#DD7AAC (or 0xDD7AAC) is unknown color: approx Kobi. HEX triplet: DD, 7A and AC. RGB value is (221,122,172). Sum of RGB (Red+Green+Blue) = 221+122+172=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7AAC is #228553. Grayscale: #9D9D9D. Windows color (decimal): -2262356 or 11303645. OLE color: 11303645.

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

Color convert

RGB221122172-
CMYK00.450.220.13
HSL329.7º59.28%67.25%-
HSV(B)329.7º44.8%86.67%-
XYZ44.2232.2742.93-
YUV157.3136.3173.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=42.91%
G=23.69%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112217200.450.220.13329.759.2867.25
HexDD7AAC02D16D14a3b43
Octal335172254055261551273103
Binary1101110111110101010110001011011011011011010010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7AAC; }

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

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

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

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

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

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

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

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