#DF7DAC

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

Shades of Kobi #DF7DAC

Tints of Kobi #DF7DAC

Color information

#DF7DAC (or 0xDF7DAC) is unknown color: approx Kobi. HEX triplet: DF, 7D and AC. RGB value is (223,125,172). Sum of RGB (Red+Green+Blue) = 223+125+172=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DAC is #208253. Grayscale: #9F9F9F. Windows color (decimal): -2130516 or 11304415. OLE color: 11304415.

HSL color Cylindrical-coordinate representation of color #DF7DAC: hue angle of 331.22º degrees, saturation: 0.6, 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 #DF7DAC is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223125172-
CMYK00.440.230.13
HSL331.22º60.49%68.24%-
HSV(B)331.22º43.95%87.45%-
XYZ45.2133.3343.08-
YUV159.66134.97173.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 125 (49.22% from 255) = 24.04%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=42.88%
G=24.04%
B=33.08%

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
Decimal22312517200.440.230.13331.2260.4968.24
HexDF7DAC02C17D14b3c44
Octal337175254054271551374104
Binary1101111111111011010110001011001011111011010010111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DAC; }

 p { color: rgb(223,125,172); }

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

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

 a { background-color: rgb(223,125,172); }

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

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

 span { border-color: rgb(223,125,172); }

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