#D19FB3

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

Shades of Kobi #D19FB3

Tints of Kobi #D19FB3

Color information

#D19FB3 (or 0xD19FB3) is unknown color: approx Kobi. HEX triplet: D1, 9F and B3. RGB value is (209,159,179). Sum of RGB (Red+Green+Blue) = 209+159+179=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FB3 is #2E604C. Grayscale: #B0B0B0. Windows color (decimal): -3039309 or 11771857. OLE color: 11771857.

HSL color Cylindrical-coordinate representation of color #D19FB3: hue angle of 336º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19FB3 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB209159179-
CMYK00.240.140.18
HSL336º35.21%72.16%-
HSV(B)336º23.92%81.96%-
XYZ46.8341.6148.21-
YUV176.23129.56151.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=38.21%
G=29.07%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915917900.240.140.1833635.2172.16
HexD19FB3018E121502348
Octal321237263030162252043110
Binary1101000110011111101100110110001110100101010100001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FB3; }

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

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

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

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

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

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

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

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