#DD7CAC

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

Shades of Kobi #DD7CAC

Tints of Kobi #DD7CAC

Color information

#DD7CAC (or 0xDD7CAC) is unknown color: approx Kobi. HEX triplet: DD, 7C and AC. RGB value is (221,124,172). Sum of RGB (Red+Green+Blue) = 221+124+172=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7CAC is #228353. Grayscale: #9E9E9E. Windows color (decimal): -2261844 or 11304157. OLE color: 11304157.

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

Color convert

RGB221124172-
CMYK00.440.220.13
HSL330.31º58.79%67.65%-
HSV(B)330.31º43.89%86.67%-
XYZ44.4732.7743.01-
YUV158.48135.64172.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 124 (48.83% from 255) = 23.98%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=42.75%
G=23.98%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112417200.440.220.13330.3158.7967.65
HexDD7CAC02C16D14a3b44
Octal335174254054261551273104
Binary1101110111111001010110001011001011011011010010101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7CAC; }

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

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

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

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

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

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

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

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