Html Css Color HEX #D48DC8 Lilac

📋 copy color: '#D48DC8'

red 212 ◦ green 141 ◦ blue 200

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

Shades of Lilac #D48DC8

Tints of Lilac #D48DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.17%

R = 38.34%
G = 25.5%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D48DC8 (or 0xD48DC8) is known color: Lilac. HEX triplet: D4, 8D and C8. RGB value is (212,141,200). Sum of RGB (Red+Green+Blue) = 212+141+200=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DC8 is #2B7237. Grayscale: #A8A8A8. Windows color (decimal): -2847288 or 13143508. OLE color: 13143508.

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

Color convert

RGB 212 141 200 -
CMYK 0 0.33 0.06 0.17
HSL 310.14º 0.45% 0.69% -
HSV(B) 310.14º 0.33% 0.83% -
XYZ 47.1 37.22 59.34 -
YUV 168.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 212 141 200 0 0.33 0.06 0.17 310.14 0.45 0.69
Hex D4 8D C8 0 21 6 11 136 2D 45
Octal 324 215 310 0 41 6 21 466 55 105
Binary 11010100 10001101 11001000 0 100001 110 10001 100110110 101101 1000101

Color Harmonies of #D48DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DC8

Black with #D48DC8

Text Example


Text Example

White with #D48DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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