#D590AE

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

Shades of Kobi #D590AE

Tints of Kobi #D590AE

Color information

#D590AE (or 0xD590AE) is unknown color: approx Kobi. HEX triplet: D5, 90 and AE. RGB value is (213,144,174). Sum of RGB (Red+Green+Blue) = 213+144+174=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D590AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D590AE is #2A6F51. Grayscale: #A8A8A8. Windows color (decimal): -2781010 or 11440341. OLE color: 11440341.

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

Color convert

RGB213144174-
CMYK00.320.180.16
HSL333.91º45.1%70%-
HSV(B)333.91º32.39%83.53%-
XYZ45.0537.1544.84-
YUV168.05131.36160.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=40.11%
G=27.12%
B=32.77%

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
Decimal21314417400.320.180.16333.9145.170
HexD590AE020121014e2d46
Octal325220256040222051655106
Binary110101011001000010101110010000010010100001010011101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590AE; }

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

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

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

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

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

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

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

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