Html Css Color HEX #D38DCF Lilac

📋 copy color: '#D38DCF'

red 211 ◦ green 141 ◦ blue 207

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

Shades of Lilac #D38DCF

Tints of Lilac #D38DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 37.75%
G = 25.22%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D38DCF (or 0xD38DCF) is known color: Lilac. HEX triplet: D3, 8D and CF. RGB value is (211,141,207). Sum of RGB (Red+Green+Blue) = 211+141+207=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DCF is #2C7230. Grayscale: #A9A9A9. Windows color (decimal): -2912817 or 13602259. OLE color: 13602259.

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

Color convert

RGB 211 141 207 -
CMYK 0 0.33 0.02 0.17
HSL 303.43º 0.44% 0.69% -
HSV(B) 303.43º 0.33% 0.83% -
XYZ 47.65 37.4 63.74 -
YUV 169.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 211 141 207 0 0.33 0.02 0.17 303.43 0.44 0.69
Hex D3 8D CF 0 21 2 11 12F 2C 45
Octal 323 215 317 0 41 2 21 457 54 105
Binary 11010011 10001101 11001111 0 100001 10 10001 100101111 101100 1000101

Color Harmonies of #D38DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DCF

Black with #D38DCF

Text Example


Text Example

White with #D38DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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