Html Css Color HEX #D194BF Lily

📋 copy color: '#D194BF'

red 209 ◦ green 148 ◦ blue 191

#D194BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #D194BF

Tints of Lily #D194BF

RGB

 RED value IS 209 (82.03% from 255) = 38.14%

 GREEN value IS 148 (58.2% from 255) = 27.01%

 BLUE value IS 191 (75% from 255) = 34.85%

R = 38.14%
G = 27.01%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D194BF (or 0xD194BF) is known color: Lily. HEX triplet: D1, 94 and BF. RGB value is (209,148,191). Sum of RGB (Red+Green+Blue) = 209+148+191=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D194BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194BF is #2E6B40. Grayscale: #ABABAB. Windows color (decimal): -3042113 or 12555473. OLE color: 12555473.

HSL color Cylindrical-coordinate representation of color #D194BF: hue angle of 317.7º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D194BF is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 191 -
CMYK 0 0.29 0.09 0.18
HSL 317.7º 0.4% 0.7% -
HSV(B) 317.7º 0.29% 0.82% -
XYZ 46.29 38.5 54.28 -
YUV 171.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 209 148 191 0 0.29 0.09 0.18 317.7 0.4 0.7
Hex D1 94 BF 0 1D 9 12 13E 28 46
Octal 321 224 277 0 35 11 22 476 50 106
Binary 11010001 10010100 10111111 0 11101 1001 10010 100111110 101000 1000110

Color Harmonies of #D194BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194BF

Black with #D194BF

Text Example


Text Example

White with #D194BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194BF; }

 p { color: rgb(209,148,191); }

 H1.HeaderClassName
 {
   color: #D194BF;
 }
 .AnyTagClassName
 {
   color: #D194BF;
 }
</style>

background-color css

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

 a { background-color: rgb(209,148,191); }

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

border-color css

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

 span { border-color: rgb(209,148,191); }

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