#D192B5

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

Shades of Lily #D192B5

Tints of Lily #D192B5

Color information

#D192B5 (or 0xD192B5) is unknown color: approx Lily. HEX triplet: D1, 92 and B5. RGB value is (209,146,181). Sum of RGB (Red+Green+Blue) = 209+146+181=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D192B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192B5 is #2E6D4A. Grayscale: #A8A8A8. Windows color (decimal): -3042635 or 11899601. OLE color: 11899601.

HSL color Cylindrical-coordinate representation of color #D192B5: hue angle of 326.67º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D192B5 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB209146181-
CMYK00.300.130.18
HSL326.67º40.65%69.61%-
HSV(B)326.67º30.14%81.96%-
XYZ44.9137.4548.58-
YUV168.83134.87156.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=38.99%
G=27.24%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914618100.300.130.18326.6740.6569.61
HexD192B501ED121472946
Octal321222265036152250751106
Binary1101000110010010101101010111101101100101010001111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192B5; }

 p { color: rgb(209,146,181); }

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

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

 a { background-color: rgb(209,146,181); }

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

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

 span { border-color: rgb(209,146,181); }

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