#D491B2

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

Shades of Kobi #D491B2

Tints of Kobi #D491B2

Color information

#D491B2 (or 0xD491B2) is unknown color: approx Kobi. HEX triplet: D4, 91 and B2. RGB value is (212,145,178). Sum of RGB (Red+Green+Blue) = 212+145+178=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D491B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D491B2 is #2B6E4D. Grayscale: #A8A8A8. Windows color (decimal): -2846286 or 11702740. OLE color: 11702740.

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

Color convert

RGB212145178-
CMYK00.320.160.17
HSL330.45º43.79%70%-
HSV(B)330.45º31.6%83.14%-
XYZ45.3137.4646.96-
YUV168.8133.2158.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=39.63%
G=27.10%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214517800.320.160.17330.4543.7970
HexD491B2020101114a2c46
Octal324221262040202151254106
Binary110101001001000110110010010000010000100011010010101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491B2; }

 p { color: rgb(212,145,178); }

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

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

 a { background-color: rgb(212,145,178); }

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

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

 span { border-color: rgb(212,145,178); }

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