#D588AB

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

Shades of Kobi #D588AB

Tints of Kobi #D588AB

Color information

#D588AB (or 0xD588AB) is unknown color: approx Kobi. HEX triplet: D5, 88 and AB. RGB value is (213,136,171). Sum of RGB (Red+Green+Blue) = 213+136+171=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D588AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D588AB is #2A7754. Grayscale: #A2A2A2. Windows color (decimal): -2783061 or 11241685. OLE color: 11241685.

HSL color Cylindrical-coordinate representation of color #D588AB: hue angle of 332.73º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D588AB is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213136171-
CMYK00.360.200.16
HSL332.73º47.83%68.43%-
HSV(B)332.73º36.15%83.53%-
XYZ43.634.6942.93-
YUV163.01132.51163.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=40.96%
G=26.15%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313617100.360.200.16332.7347.8368.43
HexD588AB024141014d3044
Octal325210253044242051560104
Binary110101011000100010101011010010010100100001010011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D588AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D588AB; }

 p { color: rgb(213,136,171); }

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

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

 a { background-color: rgb(213,136,171); }

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

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

 span { border-color: rgb(213,136,171); }

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