#D591AC

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

Shades of Kobi #D591AC

Tints of Kobi #D591AC

Color information

#D591AC (or 0xD591AC) is unknown color: approx Kobi. HEX triplet: D5, 91 and AC. RGB value is (213,145,172). Sum of RGB (Red+Green+Blue) = 213+145+172=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D591AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D591AC is #2A6E53. Grayscale: #A8A8A8. Windows color (decimal): -2780756 or 11309525. OLE color: 11309525.

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

Color convert

RGB213145172-
CMYK00.320.190.16
HSL336.18º44.74%70.2%-
HSV(B)336.18º31.92%83.53%-
XYZ45.0137.3843.87-
YUV168.41130.03159.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=40.19%
G=27.36%
B=32.45%

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
Decimal21314517200.320.190.16336.1844.7470.2
HexD591AC02013101502d46
Octal325221254040232052055106
Binary110101011001000110101100010000010011100001010100001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D591AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D591AC; }

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

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

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

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

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

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

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

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