Html Css Color HEX #D38DD0 Lilac

📋 copy color: '#D38DD0'

red 211 ◦ green 141 ◦ blue 208

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

Shades of Lilac #D38DD0

Tints of Lilac #D38DD0

RGB

 RED value IS 211 (82.81% from 255) = 37.68%

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

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

R = 37.68%
G = 25.18%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D38DD0 (or 0xD38DD0) is known color: Lilac. HEX triplet: D3, 8D and D0. RGB value is (211,141,208). Sum of RGB (Red+Green+Blue) = 211+141+208=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DD0 is #2C722F. Grayscale: #A9A9A9. Windows color (decimal): -2912816 or 13667795. OLE color: 13667795.

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

Color convert

RGB 211 141 208 -
CMYK 0 0.33 0.01 0.17
HSL 302.57º 0.44% 0.69% -
HSV(B) 302.57º 0.33% 0.83% -
XYZ 47.77 37.45 64.39 -
YUV 169.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 211 141 208 0 0.33 0.01 0.17 302.57 0.44 0.69
Hex D3 8D D0 0 21 1 11 12F 2C 45
Octal 323 215 320 0 41 1 21 457 54 105
Binary 11010011 10001101 11010000 0 100001 1 10001 100101111 101100 1000101

Color Harmonies of #D38DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DD0

Black with #D38DD0

Text Example


Text Example

White with #D38DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DD0; }

 p { color: rgb(211,141,208); }

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

background-color css

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

 a { background-color: rgb(211,141,208); }

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

border-color css

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

 span { border-color: rgb(211,141,208); }

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