#D594A7

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

Shades of Kobi #D594A7

Tints of Kobi #D594A7

Color information

#D594A7 (or 0xD594A7) is unknown color: approx Kobi. HEX triplet: D5, 94 and A7. RGB value is (213,148,167). Sum of RGB (Red+Green+Blue) = 213+148+167=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D594A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D594A7 is #2A6B58. Grayscale: #A9A9A9. Windows color (decimal): -2779993 or 10982613. OLE color: 10982613.

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

Color convert

RGB213148167-
CMYK00.310.220.16
HSL342.46º43.62%70.78%-
HSV(B)342.46º30.52%83.53%-
XYZ45.0138.1241.54-
YUV169.6126.53158.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=40.34%
G=28.03%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314816700.310.220.16342.4643.6270.78
HexD594A701F16101562c47
Octal325224247037262052654107
Binary11010101100101001010011101111110110100001010101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D594A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D594A7; }

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

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

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

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

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

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

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

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