#D597AB

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

Shades of Kobi #D597AB

Tints of Kobi #D597AB

Color information

#D597AB (or 0xD597AB) is unknown color: approx Kobi. HEX triplet: D5, 97 and AB. RGB value is (213,151,171). Sum of RGB (Red+Green+Blue) = 213+151+171=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D597AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597AB is #2A6854. Grayscale: #ABABAB. Windows color (decimal): -2779221 or 11245525. OLE color: 11245525.

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

Color convert

RGB213151171-
CMYK00.290.200.16
HSL340.65º42.47%71.37%-
HSV(B)340.65º29.11%83.53%-
XYZ45.8639.2243.68-
YUV171.82127.54157.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=39.81%
G=28.22%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315117100.290.200.16340.6542.4771.37
HexD597AB01D14101552a47
Octal325227253035242052552107
Binary11010101100101111010101101110110100100001010101011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597AB; }

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

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

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

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

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

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

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

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