Html Css Color HEX #D48DC2 Lilac

📋 copy color: '#D48DC2'

red 212 ◦ green 141 ◦ blue 194

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

Shades of Lilac #D48DC2

Tints of Lilac #D48DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 38.76%
G = 25.78%
B = 35.47%

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

#D48DC2 (or 0xD48DC2) is known color: Lilac. HEX triplet: D4, 8D and C2. RGB value is (212,141,194). Sum of RGB (Red+Green+Blue) = 212+141+194=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC2 is #2B723D. Grayscale: #A8A8A8. Windows color (decimal): -2847294 or 12750292. OLE color: 12750292.

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

Color convert

RGB 212 141 194 -
CMYK 0 0.33 0.08 0.17
HSL 315.21º 0.45% 0.69% -
HSV(B) 315.21º 0.33% 0.83% -
XYZ 46.41 36.94 55.72 -
YUV 168.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 212 141 194 0 0.33 0.08 0.17 315.21 0.45 0.69
Hex D4 8D C2 0 21 8 11 13B 2D 45
Octal 324 215 302 0 41 10 21 473 55 105
Binary 11010100 10001101 11000010 0 100001 1000 10001 100111011 101101 1000101

Color Harmonies of #D48DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DC2

Black with #D48DC2

Text Example


Text Example

White with #D48DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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