Html Css Color HEX #D38DCC Lilac

📋 copy color: '#D38DCC'

red 211 ◦ green 141 ◦ blue 204

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

Shades of Lilac #D38DCC

Tints of Lilac #D38DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 37.95%
G = 25.36%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D38DCC (or 0xD38DCC) is known color: Lilac. HEX triplet: D3, 8D and CC. RGB value is (211,141,204). Sum of RGB (Red+Green+Blue) = 211+141+204=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D38DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DCC is #2C7233. Grayscale: #A8A8A8. Windows color (decimal): -2912820 or 13405651. OLE color: 13405651.

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

Color convert

RGB 211 141 204 -
CMYK 0 0.33 0.03 0.17
HSL 306º 0.44% 0.69% -
HSV(B) 306º 0.33% 0.83% -
XYZ 47.29 37.26 61.83 -
YUV 169.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 211 141 204 0 0.33 0.03 0.17 306 0.44 0.69
Hex D3 8D CC 0 21 3 11 132 2C 45
Octal 323 215 314 0 41 3 21 462 54 105
Binary 11010011 10001101 11001100 0 100001 11 10001 100110010 101100 1000101

Color Harmonies of #D38DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DCC

Black with #D38DCC

Text Example


Text Example

White with #D38DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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