#DF7EA7

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

Shades of Kobi #DF7EA7

Tints of Kobi #DF7EA7

Color information

#DF7EA7 (or 0xDF7EA7) is unknown color: approx Kobi. HEX triplet: DF, 7E and A7. RGB value is (223,126,167). Sum of RGB (Red+Green+Blue) = 223+126+167=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EA7 is #208158. Grayscale: #9F9F9F. Windows color (decimal): -2130265 or 10976991. OLE color: 10976991.

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

Color convert

RGB223126167-
CMYK00.430.250.13
HSL334.64º60.25%68.43%-
HSV(B)334.64º43.5%87.45%-
XYZ44.8733.440.64-
YUV159.68132.14173.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.22%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 167 (65.62% from 255) = 32.36%
R=43.22%
G=24.42%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312616700.430.250.13334.6460.2568.43
HexDF7EA702B19D14f3c44
Octal337176247053311551774104
Binary1101111111111101010011101010111100111011010011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7EA7; }

 p { color: rgb(223,126,167); }

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

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

 a { background-color: rgb(223,126,167); }

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

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

 span { border-color: rgb(223,126,167); }

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