#D489AB

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

Shades of Kobi #D489AB

Tints of Kobi #D489AB

Color information

#D489AB (or 0xD489AB) is unknown color: approx Kobi. HEX triplet: D4, 89 and AB. RGB value is (212,137,171). Sum of RGB (Red+Green+Blue) = 212+137+171=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D489AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D489AB is #2B7654. Grayscale: #A3A3A3. Windows color (decimal): -2848341 or 11241940. OLE color: 11241940.

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

Color convert

RGB212137171-
CMYK00.350.190.17
HSL332.8º46.58%68.43%-
HSV(B)332.8º35.38%83.14%-
XYZ43.4534.8342.96-
YUV163.3132.35162.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=40.77%
G=26.35%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213717100.350.190.17332.846.5868.43
HexD489AB023131114d2f44
Octal324211253043232151557104
Binary110101001000100110101011010001110011100011010011011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489AB; }

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

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

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

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

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

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

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

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