Html Css Color HEX #D48BBA Lily

📋 copy color: '#D48BBA'

red 212 ◦ green 139 ◦ blue 186

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

Shades of Lily #D48BBA

Tints of Lily #D48BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.88%

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

R = 39.48%
G = 25.88%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D48BBA (or 0xD48BBA) is known color: Lily. HEX triplet: D4, 8B and BA. RGB value is (212,139,186). Sum of RGB (Red+Green+Blue) = 212+139+186=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BBA is #2B7445. Grayscale: #A6A6A6. Windows color (decimal): -2847814 or 12225492. OLE color: 12225492.

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

Color convert

RGB 212 139 186 -
CMYK 0 0.34 0.12 0.17
HSL 321.37º 0.46% 0.69% -
HSV(B) 321.37º 0.34% 0.83% -
XYZ 45.25 36.01 51.02 -
YUV 166.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 212 139 186 0 0.34 0.12 0.17 321.37 0.46 0.69
Hex D4 8B BA 0 22 C 11 141 2E 45
Octal 324 213 272 0 42 14 21 501 56 105
Binary 11010100 10001011 10111010 0 100010 1100 10001 101000001 101110 1000101

Color Harmonies of #D48BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BBA

Black with #D48BBA

Text Example


Text Example

White with #D48BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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