Html Css Color HEX #D4A0BD Lily

📋 copy color: '#D4A0BD'

red 212 ◦ green 160 ◦ blue 189

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

Shades of Lily #D4A0BD

Tints of Lily #D4A0BD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.52%

 BLUE value IS 189 (74.22% from 255) = 33.69%

R = 37.79%
G = 28.52%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4A0BD (or 0xD4A0BD) is known color: Lily. HEX triplet: D4, A0 and BD. RGB value is (212,160,189). Sum of RGB (Red+Green+Blue) = 212+160+189=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0BD is #2B5F42. Grayscale: #B2B2B2. Windows color (decimal): -2842435 or 12427476. OLE color: 12427476.

HSL color Cylindrical-coordinate representation of color #D4A0BD: hue angle of 326.54º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4A0BD is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 160 189 -
CMYK 0 0.25 0.11 0.17
HSL 326.54º 0.38% 0.73% -
HSV(B) 326.54º 0.25% 0.83% -
XYZ 48.91 42.81 53.83 -
YUV 178.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 212 160 189 0 0.25 0.11 0.17 326.54 0.38 0.73
Hex D4 A0 BD 0 19 B 11 147 26 49
Octal 324 240 275 0 31 13 21 507 46 111
Binary 11010100 10100000 10111101 0 11001 1011 10001 101000111 100110 1001001

Color Harmonies of #D4A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A0BD

Black with #D4A0BD

Text Example


Text Example

White with #D4A0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A0BD; }

 p { color: rgb(212,160,189); }

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

background-color css

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

 a { background-color: rgb(212,160,189); }

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

border-color css

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

 span { border-color: rgb(212,160,189); }

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