Html Css Color HEX #D49BB8 Lily

📋 copy color: '#D49BB8'

red 212 ◦ green 155 ◦ blue 184

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

Shades of Lily #D49BB8

Tints of Lily #D49BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.39%

R = 38.48%
G = 28.13%
B = 33.39%

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

#D49BB8 (or 0xD49BB8) is known color: Lily. HEX triplet: D4, 9B and B8. RGB value is (212,155,184). Sum of RGB (Red+Green+Blue) = 212+155+184=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BB8 is #2B6447. Grayscale: #AFAFAF. Windows color (decimal): -2843720 or 12098516. OLE color: 12098516.

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

Color convert

RGB 212 155 184 -
CMYK 0 0.27 0.13 0.17
HSL 329.47º 0.4% 0.72% -
HSV(B) 329.47º 0.27% 0.83% -
XYZ 47.52 40.9 50.74 -
YUV 175.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 212 155 184 0 0.27 0.13 0.17 329.47 0.4 0.72
Hex D4 9B B8 0 1B D 11 149 28 48
Octal 324 233 270 0 33 15 21 511 50 110
Binary 11010100 10011011 10111000 0 11011 1101 10001 101001001 101000 1001000

Color Harmonies of #D49BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BB8

Black with #D49BB8

Text Example


Text Example

White with #D49BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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