#D491B3

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

Shades of Kobi #D491B3

Tints of Kobi #D491B3

Color information

#D491B3 (or 0xD491B3) is unknown color: approx Kobi. HEX triplet: D4, 91 and B3. RGB value is (212,145,179). Sum of RGB (Red+Green+Blue) = 212+145+179=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D491B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491B3 is #2B6E4C. Grayscale: #A8A8A8. Windows color (decimal): -2846285 or 11768276. OLE color: 11768276.

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

Color convert

RGB212145179-
CMYK00.320.160.17
HSL329.55º43.79%70%-
HSV(B)329.55º31.6%83.14%-
XYZ45.4137.547.49-
YUV168.91133.7158.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 179 (70.31% from 255) = 33.40%
R=39.55%
G=27.05%
B=33.40%

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
Decimal21214517900.320.160.17329.5543.7970
HexD491B3020101114a2c46
Octal324221263040202151254106
Binary110101001001000110110011010000010000100011010010101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491B3; }

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

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

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

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

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

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

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

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