Html Css Color HEX #D48EBE Lily

📋 copy color: '#D48EBE'

red 212 ◦ green 142 ◦ blue 190

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

Shades of Lily #D48EBE

Tints of Lily #D48EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.1%

 BLUE value IS 190 (74.61% from 255) = 34.93%

R = 38.97%
G = 26.1%
B = 34.93%

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

#D48EBE (or 0xD48EBE) is known color: Lily. HEX triplet: D4, 8E and BE. RGB value is (212,142,190). Sum of RGB (Red+Green+Blue) = 212+142+190=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EBE is #2B7141. Grayscale: #A8A8A8. Windows color (decimal): -2847042 or 12488404. OLE color: 12488404.

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

Color convert

RGB 212 142 190 -
CMYK 0 0.33 0.10 0.17
HSL 318.86º 0.45% 0.69% -
HSV(B) 318.86º 0.33% 0.83% -
XYZ 46.12 37.06 53.44 -
YUV 168.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 212 142 190 0 0.33 0.10 0.17 318.86 0.45 0.69
Hex D4 8E BE 0 21 A 11 13F 2D 45
Octal 324 216 276 0 41 12 21 477 55 105
Binary 11010100 10001110 10111110 0 100001 1010 10001 100111111 101101 1000101

Color Harmonies of #D48EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EBE

Black with #D48EBE

Text Example


Text Example

White with #D48EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EBE; }

 p { color: rgb(212,142,190); }

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

background-color css

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

 a { background-color: rgb(212,142,190); }

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

border-color css

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

 span { border-color: rgb(212,142,190); }

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