Html Css Color HEX #D49CD0 Lilac

📋 copy color: '#D49CD0'

red 212 ◦ green 156 ◦ blue 208

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

Shades of Lilac #D49CD0

Tints of Lilac #D49CD0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.08%

 BLUE value IS 208 (81.64% from 255) = 36.11%

R = 36.81%
G = 27.08%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D49CD0 (or 0xD49CD0) is known color: Lilac. HEX triplet: D4, 9C and D0. RGB value is (212,156,208). Sum of RGB (Red+Green+Blue) = 212+156+208=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CD0 is #2B632F. Grayscale: #B2B2B2. Windows color (decimal): -2843440 or 13671636. OLE color: 13671636.

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

Color convert

RGB 212 156 208 -
CMYK 0 0.26 0.02 0.17
HSL 304.29º 0.39% 0.72% -
HSV(B) 304.29º 0.26% 0.83% -
XYZ 50.43 42.33 65.19 -
YUV 178.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 212 156 208 0 0.26 0.02 0.17 304.29 0.39 0.72
Hex D4 9C D0 0 1A 2 11 130 27 48
Octal 324 234 320 0 32 2 21 460 47 110
Binary 11010100 10011100 11010000 0 11010 10 10001 100110000 100111 1001000

Color Harmonies of #D49CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49CD0

Black with #D49CD0

Text Example


Text Example

White with #D49CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49CD0; }

 p { color: rgb(212,156,208); }

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

background-color css

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

 a { background-color: rgb(212,156,208); }

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

border-color css

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

 span { border-color: rgb(212,156,208); }

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