#D595AE

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

Shades of Kobi #D595AE

Tints of Kobi #D595AE

Color information

#D595AE (or 0xD595AE) is unknown color: approx Kobi. HEX triplet: D5, 95 and AE. RGB value is (213,149,174). Sum of RGB (Red+Green+Blue) = 213+149+174=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D595AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D595AE is #2A6A51. Grayscale: #AAAAAA. Windows color (decimal): -2779730 or 11441621. OLE color: 11441621.

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

Color convert

RGB213149174-
CMYK00.300.180.16
HSL336.56º43.24%70.98%-
HSV(B)336.56º30.05%83.53%-
XYZ45.8338.745.1-
YUV170.99129.7157.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=39.74%
G=27.80%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314917400.300.180.16336.5643.2470.98
HexD595AE01E12101512b47
Octal325225256036222052153107
Binary11010101100101011010111001111010010100001010100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595AE; }

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

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

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

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

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

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

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

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