Html Css Color HEX #D191C1 Lily

📋 copy color: '#D191C1'

red 209 ◦ green 145 ◦ blue 193

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

Shades of Lily #D191C1

Tints of Lily #D191C1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.51%

 BLUE value IS 193 (75.78% from 255) = 35.28%

R = 38.21%
G = 26.51%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D191C1 (or 0xD191C1) is known color: Lily. HEX triplet: D1, 91 and C1. RGB value is (209,145,193). Sum of RGB (Red+Green+Blue) = 209+145+193=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D191C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191C1 is #2E6E3E. Grayscale: #A9A9A9. Windows color (decimal): -3042879 or 12685777. OLE color: 12685777.

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

Color convert

RGB 209 145 193 -
CMYK 0 0.31 0.08 0.18
HSL 315º 0.41% 0.69% -
HSV(B) 315º 0.31% 0.82% -
XYZ 46.05 37.66 55.29 -
YUV 169.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 209 145 193 0 0.31 0.08 0.18 315 0.41 0.69
Hex D1 91 C1 0 1F 8 12 13B 29 45
Octal 321 221 301 0 37 10 22 473 51 105
Binary 11010001 10010001 11000001 0 11111 1000 10010 100111011 101001 1000101

Color Harmonies of #D191C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D191C1

Black with #D191C1

Text Example


Text Example

White with #D191C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D191C1; }

 p { color: rgb(209,145,193); }

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

background-color css

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

 a { background-color: rgb(209,145,193); }

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

border-color css

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

 span { border-color: rgb(209,145,193); }

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