#D593AE

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

Shades of Kobi #D593AE

Tints of Kobi #D593AE

Color information

#D593AE (or 0xD593AE) is unknown color: approx Kobi. HEX triplet: D5, 93 and AE. RGB value is (213,147,174). Sum of RGB (Red+Green+Blue) = 213+147+174=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D593AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D593AE is #2A6C51. Grayscale: #A9A9A9. Windows color (decimal): -2780242 or 11441109. OLE color: 11441109.

HSL color Cylindrical-coordinate representation of color #D593AE: hue angle of 335.45º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D593AE is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB213147174-
CMYK00.310.180.16
HSL335.45º44%70.59%-
HSV(B)335.45º30.99%83.53%-
XYZ45.5138.0744.99-
YUV169.81130.37158.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=39.89%
G=27.53%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314717400.310.180.16335.454470.59
HexD593AE01F121014f2c47
Octal325223256037222051754107
Binary11010101100100111010111001111110010100001010011111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593AE; }

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

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

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

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

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

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

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

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