Html Css Color HEX #D48DCF Lilac

📋 copy color: '#D48DCF'

red 212 ◦ green 141 ◦ blue 207

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

Shades of Lilac #D48DCF

Tints of Lilac #D48DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 37.86%
G = 25.18%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D48DCF (or 0xD48DCF) is known color: Lilac. HEX triplet: D4, 8D and CF. RGB value is (212,141,207). Sum of RGB (Red+Green+Blue) = 212+141+207=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DCF is #2B7230. Grayscale: #A9A9A9. Windows color (decimal): -2847281 or 13602260. OLE color: 13602260.

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

Color convert

RGB 212 141 207 -
CMYK 0 0.33 0.02 0.17
HSL 304.23º 0.45% 0.69% -
HSV(B) 304.23º 0.33% 0.83% -
XYZ 47.94 37.55 63.75 -
YUV 169.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 212 141 207 0 0.33 0.02 0.17 304.23 0.45 0.69
Hex D4 8D CF 0 21 2 11 130 2D 45
Octal 324 215 317 0 41 2 21 460 55 105
Binary 11010100 10001101 11001111 0 100001 10 10001 100110000 101101 1000101

Color Harmonies of #D48DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DCF

Black with #D48DCF

Text Example


Text Example

White with #D48DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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