#D489A9

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

Shades of Kobi #D489A9

Tints of Kobi #D489A9

Color information

#D489A9 (or 0xD489A9) is unknown color: approx Kobi. HEX triplet: D4, 89 and A9. RGB value is (212,137,169). Sum of RGB (Red+Green+Blue) = 212+137+169=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D489A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D489A9 is #2B7656. Grayscale: #A3A3A3. Windows color (decimal): -2848343 or 11110868. OLE color: 11110868.

HSL color Cylindrical-coordinate representation of color #D489A9: hue angle of 334.4º 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 #D489A9 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212137169-
CMYK00.350.200.17
HSL334.4º46.58%68.43%-
HSV(B)334.4º35.38%83.14%-
XYZ43.2634.7541.96-
YUV163.07131.35162.9-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=40.93%
G=26.45%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213716900.350.200.17334.446.5868.43
HexD489A9023141114e2f44
Octal324211251043242151657104
Binary110101001000100110101001010001110100100011010011101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D489A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D489A9; }

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

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

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

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

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

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

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

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