Html Css Color HEX #D49BB9 Lily

📋 copy color: '#D49BB9'

red 212 ◦ green 155 ◦ blue 185

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

Shades of Lily #D49BB9

Tints of Lily #D49BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.51%

R = 38.41%
G = 28.08%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D49BB9 (or 0xD49BB9) is known color: Lily. HEX triplet: D4, 9B and B9. RGB value is (212,155,185). Sum of RGB (Red+Green+Blue) = 212+155+185=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BB9 is #2B6446. Grayscale: #AFAFAF. Windows color (decimal): -2843719 or 12164052. OLE color: 12164052.

HSL color Cylindrical-coordinate representation of color #D49BB9: hue angle of 328.42º 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 #D49BB9 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 155 185 -
CMYK 0 0.27 0.13 0.17
HSL 328.42º 0.4% 0.72% -
HSV(B) 328.42º 0.27% 0.83% -
XYZ 47.63 40.94 51.29 -
YUV 175.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 212 155 185 0 0.27 0.13 0.17 328.42 0.4 0.72
Hex D4 9B B9 0 1B D 11 148 28 48
Octal 324 233 271 0 33 15 21 510 50 110
Binary 11010100 10011011 10111001 0 11011 1101 10001 101001000 101000 1001000

Color Harmonies of #D49BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BB9

Black with #D49BB9

Text Example


Text Example

White with #D49BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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