#D79FB1

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

Shades of Kobi #D79FB1

Tints of Kobi #D79FB1

Color information

#D79FB1 (or 0xD79FB1) is unknown color: approx Kobi. HEX triplet: D7, 9F and B1. RGB value is (215,159,177). Sum of RGB (Red+Green+Blue) = 215+159+177=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 177 (69.53% from 255 or 32.12% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79FB1 is #28604E. Grayscale: #B1B1B1. Windows color (decimal): -2646095 or 11640791. OLE color: 11640791.

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

Color convert

RGB215159177-
CMYK00.260.180.16
HSL340.71º41.18%73.33%-
HSV(B)340.71º26.05%84.31%-
XYZ48.3642.4247.23-
YUV177.8127.55154.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 177 (69.53% from 255) = 32.12%
R=39.02%
G=28.86%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515917700.260.180.16340.7141.1873.33
HexD79FB101A12101552949
Octal327237261032222052551111
Binary11010111100111111011000101101010010100001010101011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FB1; }

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

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

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

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

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

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

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

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