Html Css Color HEX #D48DBF Lily

📋 copy color: '#D48DBF'

red 212 ◦ green 141 ◦ blue 191

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

Shades of Lily #D48DBF

Tints of Lily #D48DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.92%

 BLUE value IS 191 (75% from 255) = 35.11%

R = 38.97%
G = 25.92%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D48DBF (or 0xD48DBF) is known color: Lily. HEX triplet: D4, 8D and BF. RGB value is (212,141,191). Sum of RGB (Red+Green+Blue) = 212+141+191=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DBF is #2B7240. Grayscale: #A7A7A7. Windows color (decimal): -2847297 or 12553684. OLE color: 12553684.

HSL color Cylindrical-coordinate representation of color #D48DBF: hue angle of 317.75º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48DBF is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 141 191 -
CMYK 0 0.33 0.10 0.17
HSL 317.75º 0.45% 0.69% -
HSV(B) 317.75º 0.33% 0.83% -
XYZ 46.08 36.81 53.97 -
YUV 167.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 212 141 191 0 0.33 0.10 0.17 317.75 0.45 0.69
Hex D4 8D BF 0 21 A 11 13E 2D 45
Octal 324 215 277 0 41 12 21 476 55 105
Binary 11010100 10001101 10111111 0 100001 1010 10001 100111110 101101 1000101

Color Harmonies of #D48DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DBF

Black with #D48DBF

Text Example


Text Example

White with #D48DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DBF; }

 p { color: rgb(212,141,191); }

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

background-color css

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

 a { background-color: rgb(212,141,191); }

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

border-color css

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

 span { border-color: rgb(212,141,191); }

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