#D190BC

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

Shades of Lily #D190BC

Tints of Lily #D190BC

Color information

#D190BC (or 0xD190BC) is unknown color: approx Lily. HEX triplet: D1, 90 and BC. RGB value is (209,144,188). Sum of RGB (Red+Green+Blue) = 209+144+188=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D190BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D190BC is #2E6F43. Grayscale: #A8A8A8. Windows color (decimal): -3043140 or 12357841. OLE color: 12357841.

HSL color Cylindrical-coordinate representation of color #D190BC: hue angle of 319.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D190BC is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB209144188-
CMYK00.310.100.18
HSL319.38º41.4%69.22%-
HSV(B)319.38º31.1%81.96%-
XYZ45.3437.1352.35-
YUV168.45139.03156.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 144 (56.64% from 255) = 26.62%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=38.63%
G=26.62%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914418800.310.100.18319.3841.469.22
HexD190BC01FA1213f2945
Octal321220274037122247751105
Binary1101000110010000101111000111111010100101001111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190BC; }

 p { color: rgb(209,144,188); }

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

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

 a { background-color: rgb(209,144,188); }

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

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

 span { border-color: rgb(209,144,188); }

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