#D591A5

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

Shades of Kobi #D591A5

Tints of Kobi #D591A5

Color information

#D591A5 (or 0xD591A5) is unknown color: approx Kobi. HEX triplet: D5, 91 and A5. RGB value is (213,145,165). Sum of RGB (Red+Green+Blue) = 213+145+165=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D591A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D591A5 is #2A6E5A. Grayscale: #A7A7A7. Windows color (decimal): -2780763 or 10850773. OLE color: 10850773.

HSL color Cylindrical-coordinate representation of color #D591A5: hue angle of 342.35º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D591A5 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213145165-
CMYK00.320.230.16
HSL342.35º44.74%70.2%-
HSV(B)342.35º31.92%83.53%-
XYZ44.3637.1140.42-
YUV167.61126.53160.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=40.73%
G=27.72%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314516500.320.230.16342.3544.7470.2
HexD591A502017101562d46
Octal325221245040272052655106
Binary110101011001000110100101010000010111100001010101101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591A5; }

 p { color: rgb(213,145,165); }

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

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

 a { background-color: rgb(213,145,165); }

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

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

 span { border-color: rgb(213,145,165); }

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