Html Css Color HEX #D191C0 Lily

📋 copy color: '#D191C0'

red 209 ◦ green 145 ◦ blue 192

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

Shades of Lily #D191C0

Tints of Lily #D191C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.16%

R = 38.28%
G = 26.56%
B = 35.16%

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

#D191C0 (or 0xD191C0) is known color: Lily. HEX triplet: D1, 91 and C0. RGB value is (209,145,192). Sum of RGB (Red+Green+Blue) = 209+145+192=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D191C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D191C0 is #2E6E3F. Grayscale: #A9A9A9. Windows color (decimal): -3042880 or 12620241. OLE color: 12620241.

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

Color convert

RGB 209 145 192 -
CMYK 0 0.31 0.08 0.18
HSL 315.94º 0.41% 0.69% -
HSV(B) 315.94º 0.31% 0.82% -
XYZ 45.93 37.61 54.71 -
YUV 169.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 209 145 192 0 0.31 0.08 0.18 315.94 0.41 0.69
Hex D1 91 C0 0 1F 8 12 13C 29 45
Octal 321 221 300 0 37 10 22 474 51 105
Binary 11010001 10010001 11000000 0 11111 1000 10010 100111100 101001 1000101

Color Harmonies of #D191C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D191C0

Black with #D191C0

Text Example


Text Example

White with #D191C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D191C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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