Html Css Color HEX #D49DBA Lily

📋 copy color: '#D49DBA'

red 212 ◦ green 157 ◦ blue 186

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

Shades of Lily #D49DBA

Tints of Lily #D49DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.29%

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 38.2%
G = 28.29%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D49DBA (or 0xD49DBA) is known color: Lily. HEX triplet: D4, 9D and BA. RGB value is (212,157,186). Sum of RGB (Red+Green+Blue) = 212+157+186=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49DBA is #2B6245. Grayscale: #B0B0B0. Windows color (decimal): -2843206 or 12230100. OLE color: 12230100.

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

Color convert

RGB 212 157 186 -
CMYK 0 0.26 0.12 0.17
HSL 328.36º 0.39% 0.72% -
HSV(B) 328.36º 0.26% 0.83% -
XYZ 48.07 41.66 51.96 -
YUV 176.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 212 157 186 0 0.26 0.12 0.17 328.36 0.39 0.72
Hex D4 9D BA 0 1A C 11 148 27 48
Octal 324 235 272 0 32 14 21 510 47 110
Binary 11010100 10011101 10111010 0 11010 1100 10001 101001000 100111 1001000

Color Harmonies of #D49DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49DBA

Black with #D49DBA

Text Example


Text Example

White with #D49DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49DBA; }

 p { color: rgb(212,157,186); }

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

background-color css

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

 a { background-color: rgb(212,157,186); }

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

border-color css

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

 span { border-color: rgb(212,157,186); }

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