#D593A7

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

Shades of Kobi #D593A7

Tints of Kobi #D593A7

Color information

#D593A7 (or 0xD593A7) is unknown color: approx Kobi. HEX triplet: D5, 93 and A7. RGB value is (213,147,167). Sum of RGB (Red+Green+Blue) = 213+147+167=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D593A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D593A7 is #2A6C58. Grayscale: #A9A9A9. Windows color (decimal): -2780249 or 10982357. OLE color: 10982357.

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

Color convert

RGB213147167-
CMYK00.310.220.16
HSL341.82º44%70.59%-
HSV(B)341.82º30.99%83.53%-
XYZ44.8537.841.49-
YUV169.01126.87159.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 167 (65.62% from 255) = 31.69%
R=40.42%
G=27.89%
B=31.69%

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
Decimal21314716700.310.220.16341.824470.59
HexD593A701F16101562c47
Octal325223247037262052654107
Binary11010101100100111010011101111110110100001010101101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D593A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D593A7; }

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

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

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

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

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

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

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

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