#D79DB3

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

Shades of Kobi #D79DB3

Tints of Kobi #D79DB3

Color information

#D79DB3 (or 0xD79DB3) is unknown color: approx Kobi. HEX triplet: D7, 9D and B3. RGB value is (215,157,179). Sum of RGB (Red+Green+Blue) = 215+157+179=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79DB3 is #28624C. Grayscale: #B0B0B0. Windows color (decimal): -2646605 or 11771351. OLE color: 11771351.

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

Color convert

RGB215157179-
CMYK00.270.170.16
HSL337.24º42.03%72.94%-
HSV(B)337.24º26.98%84.31%-
XYZ48.2241.8248.18-
YUV176.85129.22155.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=39.02%
G=28.49%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515717900.270.170.16337.2442.0372.94
HexD79DB301B11101512a49
Octal327235263033212052152111
Binary11010111100111011011001101101110001100001010100011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79DB3; }

 p { color: rgb(215,157,179); }

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

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

 a { background-color: rgb(215,157,179); }

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

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

 span { border-color: rgb(215,157,179); }

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