Html Css Color HEX #D49AC0 Lily

📋 copy color: '#D49AC0'

red 212 ◦ green 154 ◦ blue 192

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

Shades of Lily #D49AC0

Tints of Lily #D49AC0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.6%

 BLUE value IS 192 (75.39% from 255) = 34.41%

R = 37.99%
G = 27.6%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D49AC0 (or 0xD49AC0) is known color: Lily. HEX triplet: D4, 9A and C0. RGB value is (212,154,192). Sum of RGB (Red+Green+Blue) = 212+154+192=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49AC0 is #2B653F. Grayscale: #AFAFAF. Windows color (decimal): -2843968 or 12622548. OLE color: 12622548.

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

Color convert

RGB 212 154 192 -
CMYK 0 0.27 0.09 0.17
HSL 320.69º 0.4% 0.72% -
HSV(B) 320.69º 0.27% 0.83% -
XYZ 48.22 40.91 55.22 -
YUV 175.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 212 154 192 0 0.27 0.09 0.17 320.69 0.4 0.72
Hex D4 9A C0 0 1B 9 11 141 28 48
Octal 324 232 300 0 33 11 21 501 50 110
Binary 11010100 10011010 11000000 0 11011 1001 10001 101000001 101000 1001000

Color Harmonies of #D49AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AC0

Black with #D49AC0

Text Example


Text Example

White with #D49AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AC0; }

 p { color: rgb(212,154,192); }

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

background-color css

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

 a { background-color: rgb(212,154,192); }

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

border-color css

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

 span { border-color: rgb(212,154,192); }

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