#DF7DAE

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

Shades of Kobi #DF7DAE

Tints of Kobi #DF7DAE

Color information

#DF7DAE (or 0xDF7DAE) is unknown color: approx Kobi. HEX triplet: DF, 7D and AE. RGB value is (223,125,174). Sum of RGB (Red+Green+Blue) = 223+125+174=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DAE is #208251. Grayscale: #9F9F9F. Windows color (decimal): -2130514 or 11435487. OLE color: 11435487.

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

Color convert

RGB223125174-
CMYK00.440.220.13
HSL330º60.49%68.24%-
HSV(B)330º43.95%87.45%-
XYZ45.4133.4144.1-
YUV159.89135.97173.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 174 (68.36% from 255) = 33.33%
R=42.72%
G=23.95%
B=33.33%

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
Decimal22312517400.440.220.1333060.4968.24
HexDF7DAE02C16D14a3c44
Octal337175256054261551274104
Binary1101111111111011010111001011001011011011010010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DAE; }

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

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

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

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

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

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

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

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