#D79FB4

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

Shades of Kobi #D79FB4

Tints of Kobi #D79FB4

Color information

#D79FB4 (or 0xD79FB4) is unknown color: approx Kobi. HEX triplet: D7, 9F and B4. RGB value is (215,159,180). Sum of RGB (Red+Green+Blue) = 215+159+180=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FB4 is #28604B. Grayscale: #B2B2B2. Windows color (decimal): -2646092 or 11837399. OLE color: 11837399.

HSL color Cylindrical-coordinate representation of color #D79FB4: hue angle of 337.5º 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 #D79FB4 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215159180-
CMYK00.260.160.16
HSL337.5º41.18%73.33%-
HSV(B)337.5º26.05%84.31%-
XYZ48.6642.5448.83-
YUV178.14129.05154.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.81%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 180 (70.70% from 255) = 32.49%
R=38.81%
G=28.70%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515918000.260.160.16337.541.1873.33
HexD79FB401A10101522949
Octal327237264032202052251111
Binary11010111100111111011010001101010000100001010100101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FB4; }

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

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

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

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

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

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

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

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