Html Css Color HEX #D48DC3 Lilac

📋 copy color: '#D48DC3'

red 212 ◦ green 141 ◦ blue 195

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

Shades of Lilac #D48DC3

Tints of Lilac #D48DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.58%

R = 38.69%
G = 25.73%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D48DC3 (or 0xD48DC3) is known color: Lilac. HEX triplet: D4, 8D and C3. RGB value is (212,141,195). Sum of RGB (Red+Green+Blue) = 212+141+195=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC3 is #2B723C. Grayscale: #A8A8A8. Windows color (decimal): -2847293 or 12815828. OLE color: 12815828.

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

Color convert

RGB 212 141 195 -
CMYK 0 0.33 0.08 0.17
HSL 314.37º 0.45% 0.69% -
HSV(B) 314.37º 0.33% 0.83% -
XYZ 46.53 36.99 56.32 -
YUV 168.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 212 141 195 0 0.33 0.08 0.17 314.37 0.45 0.69
Hex D4 8D C3 0 21 8 11 13A 2D 45
Octal 324 215 303 0 41 10 21 472 55 105
Binary 11010100 10001101 11000011 0 100001 1000 10001 100111010 101101 1000101

Color Harmonies of #D48DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DC3

Black with #D48DC3

Text Example


Text Example

White with #D48DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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