Html Css Color HEX #D48DC4 Lilac

📋 copy color: '#D48DC4'

red 212 ◦ green 141 ◦ blue 196

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

Shades of Lilac #D48DC4

Tints of Lilac #D48DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.7%

R = 38.62%
G = 25.68%
B = 35.7%

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

#D48DC4 (or 0xD48DC4) is known color: Lilac. HEX triplet: D4, 8D and C4. RGB value is (212,141,196). Sum of RGB (Red+Green+Blue) = 212+141+196=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC4 is #2B723B. Grayscale: #A8A8A8. Windows color (decimal): -2847292 or 12881364. OLE color: 12881364.

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

Color convert

RGB 212 141 196 -
CMYK 0 0.33 0.08 0.17
HSL 313.52º 0.45% 0.69% -
HSV(B) 313.52º 0.33% 0.83% -
XYZ 46.64 37.03 56.91 -
YUV 168.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 212 141 196 0 0.33 0.08 0.17 313.52 0.45 0.69
Hex D4 8D C4 0 21 8 11 13A 2D 45
Octal 324 215 304 0 41 10 21 472 55 105
Binary 11010100 10001101 11000100 0 100001 1000 10001 100111010 101101 1000101

Color Harmonies of #D48DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DC4

Black with #D48DC4

Text Example


Text Example

White with #D48DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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