#D490AD

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

Shades of Kobi #D490AD

Tints of Kobi #D490AD

Color information

#D490AD (or 0xD490AD) is unknown color: approx Kobi. HEX triplet: D4, 90 and AD. RGB value is (212,144,173). Sum of RGB (Red+Green+Blue) = 212+144+173=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D490AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490AD is #2B6F52. Grayscale: #A7A7A7. Windows color (decimal): -2846547 or 11374804. OLE color: 11374804.

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

Color convert

RGB212144173-
CMYK00.320.180.17
HSL334.41º44.16%69.8%-
HSV(B)334.41º32.08%83.14%-
XYZ44.6736.9644.32-
YUV167.64131.03159.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=40.08%
G=27.22%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214417300.320.180.17334.4144.1669.8
HexD490AD020121114e2c46
Octal324220255040222151654106
Binary110101001001000010101101010000010010100011010011101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490AD; }

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

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

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

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

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

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

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

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