#D59FB1

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

Shades of Kobi #D59FB1

Tints of Kobi #D59FB1

Color information

#D59FB1 (or 0xD59FB1) is unknown color: approx Kobi. HEX triplet: D5, 9F and B1. RGB value is (213,159,177). Sum of RGB (Red+Green+Blue) = 213+159+177=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FB1 is #2A604E. Grayscale: #B1B1B1. Windows color (decimal): -2777167 or 11640789. OLE color: 11640789.

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

Color convert

RGB213159177-
CMYK00.250.170.16
HSL340º39.13%72.94%-
HSV(B)340º25.35%83.53%-
XYZ47.7742.1247.21-
YUV177.2127.89153.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 177 (69.53% from 255) = 32.24%
R=38.80%
G=28.96%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315917700.250.170.1634039.1372.94
HexD59FB101911101542749
Octal325237261031212052447111
Binary11010101100111111011000101100110001100001010101001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59FB1; }

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

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

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

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

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

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

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

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