#D594AE

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

Shades of Kobi #D594AE

Tints of Kobi #D594AE

Color information

#D594AE (or 0xD594AE) is unknown color: approx Kobi. HEX triplet: D5, 94 and AE. RGB value is (213,148,174). Sum of RGB (Red+Green+Blue) = 213+148+174=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D594AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D594AE is #2A6B51. Grayscale: #AAAAAA. Windows color (decimal): -2779986 or 11441365. OLE color: 11441365.

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

Color convert

RGB213148174-
CMYK00.310.180.16
HSL336º43.62%70.78%-
HSV(B)336º30.52%83.53%-
XYZ45.6738.3845.05-
YUV170.4130.03158.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 174 (68.36% from 255) = 32.52%
R=39.81%
G=27.66%
B=32.52%

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
Decimal21314817400.310.180.1633643.6270.78
HexD594AE01F12101502c47
Octal325224256037222052054107
Binary11010101100101001010111001111110010100001010100001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594AE; }

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

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

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

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

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

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

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

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