Html Css Color HEX #D49BBE Lily

📋 copy color: '#D49BBE'

red 212 ◦ green 155 ◦ blue 190

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

Shades of Lily #D49BBE

Tints of Lily #D49BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.83%

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

R = 38.06%
G = 27.83%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D49BBE (or 0xD49BBE) is known color: Lily. HEX triplet: D4, 9B and BE. RGB value is (212,155,190). Sum of RGB (Red+Green+Blue) = 212+155+190=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BBE is #2B6441. Grayscale: #AFAFAF. Windows color (decimal): -2843714 or 12491732. OLE color: 12491732.

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

Color convert

RGB 212 155 190 -
CMYK 0 0.27 0.10 0.17
HSL 323.16º 0.4% 0.72% -
HSV(B) 323.16º 0.27% 0.83% -
XYZ 48.17 41.16 54.12 -
YUV 176.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 212 155 190 0 0.27 0.10 0.17 323.16 0.4 0.72
Hex D4 9B BE 0 1B A 11 143 28 48
Octal 324 233 276 0 33 12 21 503 50 110
Binary 11010100 10011011 10111110 0 11011 1010 10001 101000011 101000 1001000

Color Harmonies of #D49BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BBE

Black with #D49BBE

Text Example


Text Example

White with #D49BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BBE; }

 p { color: rgb(212,155,190); }

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

background-color css

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

 a { background-color: rgb(212,155,190); }

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

border-color css

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

 span { border-color: rgb(212,155,190); }

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