#D59FAF

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

Shades of Kobi #D59FAF

Tints of Kobi #D59FAF

Color information

#D59FAF (or 0xD59FAF) is unknown color: approx Kobi. HEX triplet: D5, 9F and AF. RGB value is (213,159,175). Sum of RGB (Red+Green+Blue) = 213+159+175=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FAF is #2A6050. Grayscale: #B0B0B0. Windows color (decimal): -2777169 or 11509717. OLE color: 11509717.

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

Color convert

RGB213159175-
CMYK00.250.180.16
HSL342.22º39.13%72.94%-
HSV(B)342.22º25.35%83.53%-
XYZ47.5842.0446.16-
YUV176.97126.89153.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=38.94%
G=29.07%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315917500.250.180.16342.2239.1372.94
HexD59FAF01912101562749
Octal325237257031222052647111
Binary11010101100111111010111101100110010100001010101101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FAF; }

 p { color: rgb(213,159,175); }

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

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

 a { background-color: rgb(213,159,175); }

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

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

 span { border-color: rgb(213,159,175); }

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