#D597AF

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

Shades of Kobi #D597AF

Tints of Kobi #D597AF

Color information

#D597AF (or 0xD597AF) is unknown color: approx Kobi. HEX triplet: D5, 97 and AF. RGB value is (213,151,175). Sum of RGB (Red+Green+Blue) = 213+151+175=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D597AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597AF is #2A6850. Grayscale: #ACACAC. Windows color (decimal): -2779217 or 11507669. OLE color: 11507669.

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

Color convert

RGB213151175-
CMYK00.290.180.16
HSL336.77º42.47%71.37%-
HSV(B)336.77º29.11%83.53%-
XYZ46.2539.3745.72-
YUV172.27129.54157.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 151 (59.38% from 255) = 28.01%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=39.52%
G=28.01%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315117500.290.180.16336.7742.4771.37
HexD597AF01D12101512a47
Octal325227257035222052152107
Binary11010101100101111010111101110110010100001010100011010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597AF; }

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

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

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

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

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

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

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

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