#D590AC

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

Shades of Kobi #D590AC

Tints of Kobi #D590AC

Color information

#D590AC (or 0xD590AC) is unknown color: approx Kobi. HEX triplet: D5, 90 and AC. RGB value is (213,144,172). Sum of RGB (Red+Green+Blue) = 213+144+172=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D590AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D590AC is #2A6F53. Grayscale: #A7A7A7. Windows color (decimal): -2781012 or 11309269. OLE color: 11309269.

HSL color Cylindrical-coordinate representation of color #D590AC: hue angle of 335.65º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D590AC is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213144172-
CMYK00.320.190.16
HSL335.65º45.1%70%-
HSV(B)335.65º32.39%83.53%-
XYZ44.8637.0743.82-
YUV167.82130.36160.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=40.26%
G=27.22%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314417200.320.190.16335.6545.170
HexD590AC02013101502d46
Octal325220254040232052055106
Binary110101011001000010101100010000010011100001010100001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D590AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D590AC; }

 p { color: rgb(213,144,172); }

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

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

 a { background-color: rgb(213,144,172); }

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

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

 span { border-color: rgb(213,144,172); }

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