Html Css Color HEX #D194B3 Lily

📋 copy color: '#D194B3'

red 209 ◦ green 148 ◦ blue 179

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

Shades of Lily #D194B3

Tints of Lily #D194B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 38.99%
G = 27.61%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D194B3 (or 0xD194B3) is known color: Lily. HEX triplet: D1, 94 and B3. RGB value is (209,148,179). Sum of RGB (Red+Green+Blue) = 209+148+179=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D194B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194B3 is #2E6B4C. Grayscale: #A9A9A9. Windows color (decimal): -3042125 or 11769041. OLE color: 11769041.

HSL color Cylindrical-coordinate representation of color #D194B3: hue angle of 329.51º 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 #D194B3 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 179 -
CMYK 0 0.29 0.14 0.18
HSL 329.51º 0.4% 0.7% -
HSV(B) 329.51º 0.29% 0.82% -
XYZ 45.02 37.99 47.61 -
YUV 169.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 209 148 179 0 0.29 0.14 0.18 329.51 0.4 0.7
Hex D1 94 B3 0 1D E 12 14A 28 46
Octal 321 224 263 0 35 16 22 512 50 106
Binary 11010001 10010100 10110011 0 11101 1110 10010 101001010 101000 1000110

Color Harmonies of #D194B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194B3

Black with #D194B3

Text Example


Text Example

White with #D194B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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