#D597B2

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

Shades of Kobi #D597B2

Tints of Kobi #D597B2

Color information

#D597B2 (or 0xD597B2) is unknown color: approx Kobi. HEX triplet: D5, 97 and B2. RGB value is (213,151,178). Sum of RGB (Red+Green+Blue) = 213+151+178=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D597B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D597B2 is #2A684D. Grayscale: #ACACAC. Windows color (decimal): -2779214 or 11704277. OLE color: 11704277.

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

Color convert

RGB213151178-
CMYK00.290.160.16
HSL333.87º42.47%71.37%-
HSV(B)333.87º29.11%83.53%-
XYZ46.5439.4947.29-
YUV172.62131.04156.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 178 (69.92% from 255) = 32.84%
R=39.30%
G=27.86%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315117800.290.160.16333.8742.4771.37
HexD597B201D101014e2a47
Octal325227262035202051652107
Binary11010101100101111011001001110110000100001010011101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D597B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D597B2; }

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

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

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

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

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

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

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

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