Html Css Color HEX #D48ACC Lilac

📋 copy color: '#D48ACC'

red 212 ◦ green 138 ◦ blue 204

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

Shades of Lilac #D48ACC

Tints of Lilac #D48ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.91%

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 38.27%
G = 24.91%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D48ACC (or 0xD48ACC) is known color: Lilac. HEX triplet: D4, 8A and CC. RGB value is (212,138,204). Sum of RGB (Red+Green+Blue) = 212+138+204=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACC is #2B7533. Grayscale: #A7A7A7. Windows color (decimal): -2848052 or 13404884. OLE color: 13404884.

HSL color Cylindrical-coordinate representation of color #D48ACC: hue angle of 306.49º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48ACC is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 204 -
CMYK 0 0.35 0.04 0.17
HSL 306.49º 0.46% 0.69% -
HSV(B) 306.49º 0.35% 0.83% -
XYZ 47.14 36.53 61.69 -
YUV 167.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 212 138 204 0 0.35 0.04 0.17 306.49 0.46 0.69
Hex D4 8A CC 0 23 4 11 132 2E 45
Octal 324 212 314 0 43 4 21 462 56 105
Binary 11010100 10001010 11001100 0 100011 100 10001 100110010 101110 1000101

Color Harmonies of #D48ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48ACC

Black with #D48ACC

Text Example


Text Example

White with #D48ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48ACC; }

 p { color: rgb(212,138,204); }

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

background-color css

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

 a { background-color: rgb(212,138,204); }

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

border-color css

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

 span { border-color: rgb(212,138,204); }

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