#D19FB1

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

Shades of Kobi #D19FB1

Tints of Kobi #D19FB1

Color information

#D19FB1 (or 0xD19FB1) is unknown color: approx Kobi. HEX triplet: D1, 9F and B1. RGB value is (209,159,177). Sum of RGB (Red+Green+Blue) = 209+159+177=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FB1 is #2E604E. Grayscale: #AFAFAF. Windows color (decimal): -3039311 or 11640785. OLE color: 11640785.

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

Color convert

RGB209159177-
CMYK00.240.150.18
HSL338.4º35.21%72.16%-
HSV(B)338.4º23.92%81.96%-
XYZ46.6341.5347.15-
YUV176128.56151.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=38.35%
G=29.17%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915917700.240.150.18338.435.2172.16
HexD19FB1018F121522348
Octal321237261030172252243110
Binary1101000110011111101100010110001111100101010100101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19FB1; }

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

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

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

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

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

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

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

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