Html Css Color HEX #D48ABE Lily

📋 copy color: '#D48ABE'

red 212 ◦ green 138 ◦ blue 190

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

Shades of Lily #D48ABE

Tints of Lily #D48ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.56%

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

R = 39.26%
G = 25.56%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D48ABE (or 0xD48ABE) is known color: Lily. HEX triplet: D4, 8A and BE. RGB value is (212,138,190). Sum of RGB (Red+Green+Blue) = 212+138+190=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ABE is #2B7541. Grayscale: #A5A5A5. Windows color (decimal): -2848066 or 12487380. OLE color: 12487380.

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

Color convert

RGB 212 138 190 -
CMYK 0 0.35 0.10 0.17
HSL 317.84º 0.46% 0.69% -
HSV(B) 317.84º 0.35% 0.83% -
XYZ 45.53 35.89 53.24 -
YUV 166.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 212 138 190 0 0.35 0.10 0.17 317.84 0.46 0.69
Hex D4 8A BE 0 23 A 11 13E 2E 45
Octal 324 212 276 0 43 12 21 476 56 105
Binary 11010100 10001010 10111110 0 100011 1010 10001 100111110 101110 1000101

Color Harmonies of #D48ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48ABE

Black with #D48ABE

Text Example


Text Example

White with #D48ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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