Html Css Color HEX #D49FBB Lily

📋 copy color: '#D49FBB'

red 212 ◦ green 159 ◦ blue 187

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

Shades of Lily #D49FBB

Tints of Lily #D49FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.49%

 BLUE value IS 187 (73.44% from 255) = 33.51%

R = 37.99%
G = 28.49%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D49FBB (or 0xD49FBB) is known color: Lily. HEX triplet: D4, 9F and BB. RGB value is (212,159,187). Sum of RGB (Red+Green+Blue) = 212+159+187=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FBB is #2B6044. Grayscale: #B1B1B1. Windows color (decimal): -2842693 or 12296148. OLE color: 12296148.

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

Color convert

RGB 212 159 187 -
CMYK 0 0.25 0.12 0.17
HSL 328.3º 0.38% 0.73% -
HSV(B) 328.3º 0.25% 0.83% -
XYZ 48.52 42.38 52.64 -
YUV 178.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 212 159 187 0 0.25 0.12 0.17 328.3 0.38 0.73
Hex D4 9F BB 0 19 C 11 148 26 49
Octal 324 237 273 0 31 14 21 510 46 111
Binary 11010100 10011111 10111011 0 11001 1100 10001 101001000 100110 1001001

Color Harmonies of #D49FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FBB

Black with #D49FBB

Text Example


Text Example

White with #D49FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FBB; }

 p { color: rgb(212,159,187); }

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

background-color css

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

 a { background-color: rgb(212,159,187); }

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

border-color css

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

 span { border-color: rgb(212,159,187); }

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