Html Css Color HEX #D48BC9 Lilac

📋 copy color: '#D48BC9'

red 212 ◦ green 139 ◦ blue 201

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

Shades of Lilac #D48BC9

Tints of Lilac #D48BC9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.18%

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 38.41%
G = 25.18%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D48BC9 (or 0xD48BC9) is known color: Lilac. HEX triplet: D4, 8B and C9. RGB value is (212,139,201). Sum of RGB (Red+Green+Blue) = 212+139+201=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48BC9 is #2B7436. Grayscale: #A7A7A7. Windows color (decimal): -2847799 or 13208532. OLE color: 13208532.

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

Color convert

RGB 212 139 201 -
CMYK 0 0.34 0.05 0.17
HSL 309.04º 0.46% 0.69% -
HSV(B) 309.04º 0.34% 0.83% -
XYZ 46.93 36.68 59.86 -
YUV 167.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 212 139 201 0 0.34 0.05 0.17 309.04 0.46 0.69
Hex D4 8B C9 0 22 5 11 135 2E 45
Octal 324 213 311 0 42 5 21 465 56 105
Binary 11010100 10001011 11001001 0 100010 101 10001 100110101 101110 1000101

Color Harmonies of #D48BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48BC9

Black with #D48BC9

Text Example


Text Example

White with #D48BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48BC9; }

 p { color: rgb(212,139,201); }

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

background-color css

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

 a { background-color: rgb(212,139,201); }

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

border-color css

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

 span { border-color: rgb(212,139,201); }

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