#DF7DA8

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

Shades of Kobi #DF7DA8

Tints of Kobi #DF7DA8

Color information

#DF7DA8 (or 0xDF7DA8) is unknown color: approx Kobi. HEX triplet: DF, 7D and A8. RGB value is (223,125,168). Sum of RGB (Red+Green+Blue) = 223+125+168=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DA8 is #208257. Grayscale: #9F9F9F. Windows color (decimal): -2130520 or 11042271. OLE color: 11042271.

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

Color convert

RGB223125168-
CMYK00.440.250.13
HSL333.67º60.49%68.24%-
HSV(B)333.67º43.95%87.45%-
XYZ44.8333.1841.09-
YUV159.2132.97173.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.22%
GREEN value IS 125 (49.22% from 255) = 24.22%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=43.22%
G=24.22%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312516800.440.250.13333.6760.4968.24
HexDF7DA802C19D14e3c44
Octal337175250054311551674104
Binary1101111111111011010100001011001100111011010011101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DA8; }

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

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

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

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

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

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

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

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