#D597B1

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

Shades of Kobi #D597B1

Tints of Kobi #D597B1

Color information

#D597B1 (or 0xD597B1) is unknown color: approx Kobi. HEX triplet: D5, 97 and B1. RGB value is (213,151,177). Sum of RGB (Red+Green+Blue) = 213+151+177=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 177 (69.53% from 255 or 32.72% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D597B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597B1 is #2A684E. Grayscale: #ACACAC. Windows color (decimal): -2779215 or 11638741. OLE color: 11638741.

HSL color Cylindrical-coordinate representation of color #D597B1: hue angle of 334.84º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D597B1 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213151177-
CMYK00.290.170.16
HSL334.84º42.47%71.37%-
HSV(B)334.84º29.11%83.53%-
XYZ46.4439.4546.76-
YUV172.5130.54156.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 177 (69.53% from 255) = 32.72%
R=39.37%
G=27.91%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315117700.290.170.16334.8442.4771.37
HexD597B101D111014f2a47
Octal325227261035212051752107
Binary11010101100101111011000101110110001100001010011111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597B1; }

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

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

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

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

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

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

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

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