Html Css Color HEX #D48AC0 Lily

📋 copy color: '#D48AC0'

red 212 ◦ green 138 ◦ blue 192

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

Shades of Lily #D48AC0

Tints of Lily #D48AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.42%

R = 39.11%
G = 25.46%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D48AC0 (or 0xD48AC0) is known color: Lily. HEX triplet: D4, 8A and C0. RGB value is (212,138,192). Sum of RGB (Red+Green+Blue) = 212+138+192=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48AC0 is #2B753F. Grayscale: #A6A6A6. Windows color (decimal): -2848064 or 12618452. OLE color: 12618452.

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

Color convert

RGB 212 138 192 -
CMYK 0 0.35 0.09 0.17
HSL 316.22º 0.46% 0.69% -
HSV(B) 316.22º 0.35% 0.83% -
XYZ 45.75 35.98 54.4 -
YUV 166.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 212 138 192 0 0.35 0.09 0.17 316.22 0.46 0.69
Hex D4 8A C0 0 23 9 11 13C 2E 45
Octal 324 212 300 0 43 11 21 474 56 105
Binary 11010100 10001010 11000000 0 100011 1001 10001 100111100 101110 1000101

Color Harmonies of #D48AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48AC0

Black with #D48AC0

Text Example


Text Example

White with #D48AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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