#D49FB3

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

Shades of Kobi #D49FB3

Tints of Kobi #D49FB3

Color information

#D49FB3 (or 0xD49FB3) is unknown color: approx Kobi. HEX triplet: D4, 9F and B3. RGB value is (212,159,179). Sum of RGB (Red+Green+Blue) = 212+159+179=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FB3 is #2B604C. Grayscale: #B1B1B1. Windows color (decimal): -2842701 or 11771860. OLE color: 11771860.

HSL color Cylindrical-coordinate representation of color #D49FB3: hue angle of 337.36º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FB3 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212159179-
CMYK00.250.160.17
HSL337.36º38.13%72.75%-
HSV(B)337.36º25%83.14%-
XYZ47.6942.0548.25-
YUV177.13129.06152.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 159 (62.5% from 255) = 28.91%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=38.55%
G=28.91%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215917900.250.160.17337.3638.1372.75
HexD49FB301910111512649
Octal324237263031202152146111
Binary11010100100111111011001101100110000100011010100011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FB3; }

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

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

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

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

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

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

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

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