#D19BB2

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

Shades of Kobi #D19BB2

Tints of Kobi #D19BB2

Color information

#D19BB2 (or 0xD19BB2) is unknown color: approx Kobi. HEX triplet: D1, 9B and B2. RGB value is (209,155,178). Sum of RGB (Red+Green+Blue) = 209+155+178=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19BB2 is #2E644D. Grayscale: #ADADAD. Windows color (decimal): -3040334 or 11705297. OLE color: 11705297.

HSL color Cylindrical-coordinate representation of color #D19BB2: hue angle of 334.44º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BB2 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB209155178-
CMYK00.260.150.18
HSL334.44º36.99%71.37%-
HSV(B)334.44º25.84%81.96%-
XYZ46.0540.2147.45-
YUV173.77130.39153.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 178 (69.92% from 255) = 32.84%
R=38.56%
G=28.60%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915517800.260.150.18334.4436.9971.37
HexD19BB201AF1214e2547
Octal321233262032172251645107
Binary1101000110011011101100100110101111100101010011101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19BB2; }

 p { color: rgb(209,155,178); }

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

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

 a { background-color: rgb(209,155,178); }

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

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

 span { border-color: rgb(209,155,178); }

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