#D591A6

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

Shades of Kobi #D591A6

Tints of Kobi #D591A6

Color information

#D591A6 (or 0xD591A6) is unknown color: approx Kobi. HEX triplet: D5, 91 and A6. RGB value is (213,145,166). Sum of RGB (Red+Green+Blue) = 213+145+166=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D591A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D591A6 is #2A6E59. Grayscale: #A7A7A7. Windows color (decimal): -2780762 or 10916309. OLE color: 10916309.

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

Color convert

RGB213145166-
CMYK00.320.220.16
HSL341.47º44.74%70.2%-
HSV(B)341.47º31.92%83.53%-
XYZ44.4537.1540.9-
YUV167.73127.03160.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=40.65%
G=27.67%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314516600.320.220.16341.4744.7470.2
HexD591A602016101552d46
Octal325221246040262052555106
Binary110101011001000110100110010000010110100001010101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591A6; }

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

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

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

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

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

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

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

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