Html Css Color HEX #D49BCD Lilac

📋 copy color: '#D49BCD'

red 212 ◦ green 155 ◦ blue 205

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

Shades of Lilac #D49BCD

Tints of Lilac #D49BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.1%

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 37.06%
G = 27.1%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D49BCD (or 0xD49BCD) is known color: Lilac. HEX triplet: D4, 9B and CD. RGB value is (212,155,205). Sum of RGB (Red+Green+Blue) = 212+155+205=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49BCD is #2B6432. Grayscale: #B1B1B1. Windows color (decimal): -2843699 or 13474772. OLE color: 13474772.

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

Color convert

RGB 212 155 205 -
CMYK 0 0.27 0.03 0.17
HSL 307.37º 0.4% 0.72% -
HSV(B) 307.37º 0.27% 0.83% -
XYZ 49.89 41.85 63.21 -
YUV 177.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 212 155 205 0 0.27 0.03 0.17 307.37 0.4 0.72
Hex D4 9B CD 0 1B 3 11 133 28 48
Octal 324 233 315 0 33 3 21 463 50 110
Binary 11010100 10011011 11001101 0 11011 11 10001 100110011 101000 1001000

Color Harmonies of #D49BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BCD

Black with #D49BCD

Text Example


Text Example

White with #D49BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BCD; }

 p { color: rgb(212,155,205); }

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

background-color css

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

 a { background-color: rgb(212,155,205); }

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

border-color css

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

 span { border-color: rgb(212,155,205); }

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