#D79EB1

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

Shades of Kobi #D79EB1

Tints of Kobi #D79EB1

Color information

#D79EB1 (or 0xD79EB1) is unknown color: approx Kobi. HEX triplet: D7, 9E and B1. RGB value is (215,158,177). Sum of RGB (Red+Green+Blue) = 215+158+177=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D79EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79EB1 is #28614E. Grayscale: #B1B1B1. Windows color (decimal): -2646351 or 11640535. OLE color: 11640535.

HSL color Cylindrical-coordinate representation of color #D79EB1: hue angle of 340º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79EB1 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB215158177-
CMYK00.270.180.16
HSL340º41.61%73.14%-
HSV(B)340º26.51%84.31%-
XYZ48.1942.0847.18-
YUV177.21127.88154.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.09%
GREEN value IS 158 (62.11% from 255) = 28.73%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=39.09%
G=28.73%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515817700.270.180.1634041.6173.14
HexD79EB101B12101542a49
Octal327236261033222052452111
Binary11010111100111101011000101101110010100001010101001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79EB1; }

 p { color: rgb(215,158,177); }

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

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

 a { background-color: rgb(215,158,177); }

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

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

 span { border-color: rgb(215,158,177); }

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