#D490B1

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

Shades of Kobi #D490B1

Tints of Kobi #D490B1

Color information

#D490B1 (or 0xD490B1) is unknown color: approx Kobi. HEX triplet: D4, 90 and B1. RGB value is (212,144,177). Sum of RGB (Red+Green+Blue) = 212+144+177=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 177 (69.53% from 255 or 33.21% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D490B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490B1 is #2B6F4E. Grayscale: #A8A8A8. Windows color (decimal): -2846543 or 11636948. OLE color: 11636948.

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

Color convert

RGB212144177-
CMYK00.320.170.17
HSL330.88º44.16%69.8%-
HSV(B)330.88º32.08%83.14%-
XYZ45.0637.1246.38-
YUV168.09133.03159.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 144 (56.64% from 255) = 27.02%
BLUE value IS 177 (69.53% from 255) = 33.21%
R=39.77%
G=27.02%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214417700.320.170.17330.8844.1669.8
HexD490B1020111114b2c46
Octal324220261040212151354106
Binary110101001001000010110001010000010001100011010010111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490B1; }

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

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

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

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

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

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

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

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