#D591AE

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

Shades of Kobi #D591AE

Tints of Kobi #D591AE

Color information

#D591AE (or 0xD591AE) is unknown color: approx Kobi. HEX triplet: D5, 91 and AE. RGB value is (213,145,174). Sum of RGB (Red+Green+Blue) = 213+145+174=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D591AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D591AE is #2A6E51. Grayscale: #A8A8A8. Windows color (decimal): -2780754 or 11440597. OLE color: 11440597.

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

Color convert

RGB213145174-
CMYK00.320.180.16
HSL334.41º44.74%70.2%-
HSV(B)334.41º31.92%83.53%-
XYZ45.2137.4544.89-
YUV168.64131.03159.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=40.04%
G=27.26%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314517400.320.180.16334.4144.7470.2
HexD591AE020121014e2d46
Octal325221256040222051655106
Binary110101011001000110101110010000010010100001010011101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591AE; }

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

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

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

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

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

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

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

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