Html Css Color HEX #D391BE Lily

📋 copy color: '#D391BE'

red 211 ◦ green 145 ◦ blue 190

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

Shades of Lily #D391BE

Tints of Lily #D391BE

RGB

 RED value IS 211 (82.81% from 255) = 38.64%

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

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 38.64%
G = 26.56%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D391BE (or 0xD391BE) is known color: Lily. HEX triplet: D3, 91 and BE. RGB value is (211,145,190). Sum of RGB (Red+Green+Blue) = 211+145+190=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D391BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D391BE is #2C6E41. Grayscale: #A9A9A9. Windows color (decimal): -2911810 or 12489171. OLE color: 12489171.

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

Color convert

RGB 211 145 190 -
CMYK 0 0.31 0.10 0.17
HSL 319.09º 0.43% 0.7% -
HSV(B) 319.09º 0.31% 0.83% -
XYZ 46.28 37.82 53.58 -
YUV 169.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 211 145 190 0 0.31 0.10 0.17 319.09 0.43 0.7
Hex D3 91 BE 0 1F A 11 13F 2B 46
Octal 323 221 276 0 37 12 21 477 53 106
Binary 11010011 10010001 10111110 0 11111 1010 10001 100111111 101011 1000110

Color Harmonies of #D391BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D391BE

Black with #D391BE

Text Example


Text Example

White with #D391BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D391BE; }

 p { color: rgb(211,145,190); }

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

background-color css

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

 a { background-color: rgb(211,145,190); }

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

border-color css

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

 span { border-color: rgb(211,145,190); }

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