Html Css Color HEX #D49BBB Lily

📋 copy color: '#D49BBB'

red 212 ◦ green 155 ◦ blue 187

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

Shades of Lily #D49BBB

Tints of Lily #D49BBB

RGB

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

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

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

R = 38.27%
G = 27.98%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D49BBB (or 0xD49BBB) is known color: Lily. HEX triplet: D4, 9B and BB. RGB value is (212,155,187). Sum of RGB (Red+Green+Blue) = 212+155+187=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BBB is #2B6444. Grayscale: #AFAFAF. Windows color (decimal): -2843717 or 12295124. OLE color: 12295124.

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

Color convert

RGB 212 155 187 -
CMYK 0 0.27 0.12 0.17
HSL 326.32º 0.4% 0.72% -
HSV(B) 326.32º 0.27% 0.83% -
XYZ 47.84 41.03 52.41 -
YUV 175.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 212 155 187 0 0.27 0.12 0.17 326.32 0.4 0.72
Hex D4 9B BB 0 1B C 11 146 28 48
Octal 324 233 273 0 33 14 21 506 50 110
Binary 11010100 10011011 10111011 0 11011 1100 10001 101000110 101000 1001000

Color Harmonies of #D49BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BBB

Black with #D49BBB

Text Example


Text Example

White with #D49BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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