#DF7DAD

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

Shades of Kobi #DF7DAD

Tints of Kobi #DF7DAD

Color information

#DF7DAD (or 0xDF7DAD) is unknown color: approx Kobi. HEX triplet: DF, 7D and AD. RGB value is (223,125,173). Sum of RGB (Red+Green+Blue) = 223+125+173=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DAD is #208252. Grayscale: #9F9F9F. Windows color (decimal): -2130515 or 11369951. OLE color: 11369951.

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

Color convert

RGB223125173-
CMYK00.440.220.13
HSL330.61º60.49%68.24%-
HSV(B)330.61º43.95%87.45%-
XYZ45.3133.3743.59-
YUV159.77135.47173.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=42.80%
G=23.99%
B=33.21%

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
Decimal22312517300.440.220.13330.6160.4968.24
HexDF7DAD02C16D14b3c44
Octal337175255054261551374104
Binary1101111111111011010110101011001011011011010010111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DAD; }

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

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

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

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

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

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

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

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