#D490A9

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

Shades of Kobi #D490A9

Tints of Kobi #D490A9

Color information

#D490A9 (or 0xD490A9) is unknown color: approx Kobi. HEX triplet: D4, 90 and A9. RGB value is (212,144,169). Sum of RGB (Red+Green+Blue) = 212+144+169=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D490A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490A9 is #2B6F56. Grayscale: #A7A7A7. Windows color (decimal): -2846551 or 11112660. OLE color: 11112660.

HSL color Cylindrical-coordinate representation of color #D490A9: hue angle of 337.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D490A9 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212144169-
CMYK00.320.200.17
HSL337.94º44.16%69.8%-
HSV(B)337.94º32.08%83.14%-
XYZ44.2936.8142.31-
YUV167.18129.03159.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 169 (66.41% from 255) = 32.19%
R=40.38%
G=27.43%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214416900.320.200.17337.9444.1669.8
HexD490A902014111522c46
Octal324220251040242152254106
Binary110101001001000010101001010000010100100011010100101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490A9; }

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

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

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

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

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

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

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

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