#D19FB0

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

Shades of Kobi #D19FB0

Tints of Kobi #D19FB0

Color information

#D19FB0 (or 0xD19FB0) is unknown color: approx Kobi. HEX triplet: D1, 9F and B0. RGB value is (209,159,176). Sum of RGB (Red+Green+Blue) = 209+159+176=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FB0 is #2E604F. Grayscale: #AFAFAF. Windows color (decimal): -3039312 or 11575249. OLE color: 11575249.

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

Color convert

RGB209159176-
CMYK00.240.160.18
HSL339.6º35.21%72.16%-
HSV(B)339.6º23.92%81.96%-
XYZ46.5341.4946.63-
YUV175.89128.06151.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=38.42%
G=29.23%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915917600.240.160.18339.635.2172.16
HexD19FB001810121542348
Octal321237260030202252443110
Binary11010001100111111011000001100010000100101010101001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FB0; }

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

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

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

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

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

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

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

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