Html Css Color HEX #D38DC2 Lilac

📋 copy color: '#D38DC2'

red 211 ◦ green 141 ◦ blue 194

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

Shades of Lilac #D38DC2

Tints of Lilac #D38DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 38.64%
G = 25.82%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D38DC2 (or 0xD38DC2) is known color: Lilac. HEX triplet: D3, 8D and C2. RGB value is (211,141,194). Sum of RGB (Red+Green+Blue) = 211+141+194=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DC2 is #2C723D. Grayscale: #A7A7A7. Windows color (decimal): -2912830 or 12750291. OLE color: 12750291.

HSL color Cylindrical-coordinate representation of color #D38DC2: hue angle of 314.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 #D38DC2 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 141 194 -
CMYK 0 0.33 0.08 0.17
HSL 314.57º 0.44% 0.69% -
HSV(B) 314.57º 0.33% 0.83% -
XYZ 46.13 36.79 55.71 -
YUV 167.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 211 141 194 0 0.33 0.08 0.17 314.57 0.44 0.69
Hex D3 8D C2 0 21 8 11 13B 2C 45
Octal 323 215 302 0 41 10 21 473 54 105
Binary 11010011 10001101 11000010 0 100001 1000 10001 100111011 101100 1000101

Color Harmonies of #D38DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DC2

Black with #D38DC2

Text Example


Text Example

White with #D38DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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