#D488AB

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

Shades of Kobi #D488AB

Tints of Kobi #D488AB

Color information

#D488AB (or 0xD488AB) is unknown color: approx Kobi. HEX triplet: D4, 88 and AB. RGB value is (212,136,171). Sum of RGB (Red+Green+Blue) = 212+136+171=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D488AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D488AB is #2B7754. Grayscale: #A2A2A2. Windows color (decimal): -2848597 or 11241684. OLE color: 11241684.

HSL color Cylindrical-coordinate representation of color #D488AB: hue angle of 332.37º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D488AB is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212136171-
CMYK00.360.190.17
HSL332.37º46.91%68.24%-
HSV(B)332.37º35.85%83.14%-
XYZ43.3134.5542.91-
YUV162.71132.68163.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=40.85%
G=26.20%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213617100.360.190.17332.3746.9168.24
HexD488AB024131114c2f44
Octal324210253044232151457104
Binary110101001000100010101011010010010011100011010011001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D488AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D488AB; }

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

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

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

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

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

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

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

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