#DE7EA8

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

Shades of Kobi #DE7EA8

Tints of Kobi #DE7EA8

Color information

#DE7EA8 (or 0xDE7EA8) is unknown color: approx Kobi. HEX triplet: DE, 7E and A8. RGB value is (222,126,168). Sum of RGB (Red+Green+Blue) = 222+126+168=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7EA8 is #218157. Grayscale: #9F9F9F. Windows color (decimal): -2195800 or 11042526. OLE color: 11042526.

HSL color Cylindrical-coordinate representation of color #DE7EA8: hue angle of 333.75º degrees, saturation: 0.59, 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 #DE7EA8 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB222126168-
CMYK00.430.240.13
HSL333.75º59.26%68.24%-
HSV(B)333.75º43.24%87.06%-
XYZ44.6533.2841.12-
YUV159.49132.8172.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=43.02%
G=24.42%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212616800.430.240.13333.7559.2668.24
HexDE7EA802B18D14e3b44
Octal336176250053301551673104
Binary1101111011111101010100001010111100011011010011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7EA8; }

 p { color: rgb(222,126,168); }

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

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

 a { background-color: rgb(222,126,168); }

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

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

 span { border-color: rgb(222,126,168); }

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