Html Css Color HEX #D491BA Lily

📋 copy color: '#D491BA'

red 212 ◦ green 145 ◦ blue 186

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

Shades of Lily #D491BA

Tints of Lily #D491BA

RGB

 RED value IS 212 (83.2% from 255) = 39.04%

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

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 39.04%
G = 26.7%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D491BA (or 0xD491BA) is known color: Lily. HEX triplet: D4, 91 and BA. RGB value is (212,145,186). Sum of RGB (Red+Green+Blue) = 212+145+186=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D491BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491BA is #2B6E45. Grayscale: #A9A9A9. Windows color (decimal): -2846278 or 12227028. OLE color: 12227028.

HSL color Cylindrical-coordinate representation of color #D491BA: hue angle of 323.28º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D491BA is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 145 186 -
CMYK 0 0.32 0.12 0.17
HSL 323.28º 0.44% 0.7% -
HSV(B) 323.28º 0.32% 0.83% -
XYZ 46.14 37.79 51.32 -
YUV 169.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 212 145 186 0 0.32 0.12 0.17 323.28 0.44 0.7
Hex D4 91 BA 0 20 C 11 143 2C 46
Octal 324 221 272 0 40 14 21 503 54 106
Binary 11010100 10010001 10111010 0 100000 1100 10001 101000011 101100 1000110

Color Harmonies of #D491BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D491BA

Black with #D491BA

Text Example


Text Example

White with #D491BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D491BA; }

 p { color: rgb(212,145,186); }

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

background-color css

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

 a { background-color: rgb(212,145,186); }

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

border-color css

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

 span { border-color: rgb(212,145,186); }

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