Html Css Color HEX #D48EC9 Lilac

📋 copy color: '#D48EC9'

red 212 ◦ green 142 ◦ blue 201

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

Shades of Lilac #D48EC9

Tints of Lilac #D48EC9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.59%

 BLUE value IS 201 (78.91% from 255) = 36.22%

R = 38.2%
G = 25.59%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D48EC9 (or 0xD48EC9) is known color: Lilac. HEX triplet: D4, 8E and C9. RGB value is (212,142,201). Sum of RGB (Red+Green+Blue) = 212+142+201=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EC9 is #2B7136. Grayscale: #A9A9A9. Windows color (decimal): -2847031 or 13209300. OLE color: 13209300.

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

Color convert

RGB 212 142 201 -
CMYK 0 0.33 0.05 0.17
HSL 309.43º 0.45% 0.69% -
HSV(B) 309.43º 0.33% 0.83% -
XYZ 47.37 37.56 60.01 -
YUV 169.66 145.69 158.2 -
System Red Green Blue C M Y K H S L
Decimal 212 142 201 0 0.33 0.05 0.17 309.43 0.45 0.69
Hex D4 8E C9 0 21 5 11 135 2D 45
Octal 324 216 311 0 41 5 21 465 55 105
Binary 11010100 10001110 11001001 0 100001 101 10001 100110101 101101 1000101

Color Harmonies of #D48EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EC9

Black with #D48EC9

Text Example


Text Example

White with #D48EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EC9; }

 p { color: rgb(212,142,201); }

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

background-color css

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

 a { background-color: rgb(212,142,201); }

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

border-color css

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

 span { border-color: rgb(212,142,201); }

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