#D19DB1

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

Shades of Kobi #D19DB1

Tints of Kobi #D19DB1

Color information

#D19DB1 (or 0xD19DB1) is unknown color: approx Kobi. HEX triplet: D1, 9D and B1. RGB value is (209,157,177). Sum of RGB (Red+Green+Blue) = 209+157+177=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19DB1 is #2E624E. Grayscale: #AEAEAE. Windows color (decimal): -3039823 or 11640273. OLE color: 11640273.

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

Color convert

RGB209157177-
CMYK00.250.150.18
HSL336.92º36.11%71.76%-
HSV(B)336.92º24.88%81.96%-
XYZ46.2940.8447.04-
YUV174.83129.23152.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=38.49%
G=28.91%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915717700.250.150.18336.9236.1171.76
HexD19DB1019F121512448
Octal321235261031172252144110
Binary1101000110011101101100010110011111100101010100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19DB1; }

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

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

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

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

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

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

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

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