Html Css Color HEX #D49FCF Lilac

📋 copy color: '#D49FCF'

red 212 ◦ green 159 ◦ blue 207

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

Shades of Lilac #D49FCF

Tints of Lilac #D49FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.51%

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

R = 36.68%
G = 27.51%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D49FCF (or 0xD49FCF) is known color: Lilac. HEX triplet: D4, 9F and CF. RGB value is (212,159,207). Sum of RGB (Red+Green+Blue) = 212+159+207=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 159 (62.5% from 255 or 27.51% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FCF is #2B6030. Grayscale: #B4B4B4. Windows color (decimal): -2842673 or 13606868. OLE color: 13606868.

HSL color Cylindrical-coordinate representation of color #D49FCF: hue angle of 305.66º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FCF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 207 -
CMYK 0 0.25 0.02 0.17
HSL 305.66º 0.38% 0.73% -
HSV(B) 305.66º 0.25% 0.83% -
XYZ 50.81 43.3 64.71 -
YUV 180.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 212 159 207 0 0.25 0.02 0.17 305.66 0.38 0.73
Hex D4 9F CF 0 19 2 11 132 26 49
Octal 324 237 317 0 31 2 21 462 46 111
Binary 11010100 10011111 11001111 0 11001 10 10001 100110010 100110 1001001

Color Harmonies of #D49FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FCF

Black with #D49FCF

Text Example


Text Example

White with #D49FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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